mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-24 03:02:31 +00:00
fix a key mapping issue reported by MasterLich
This commit is contained in:
parent
8b8ce51085
commit
b559b3a796
1 changed files with 2 additions and 2 deletions
|
@ -321,8 +321,8 @@ IN_InitKeyboard (void)
|
|||
scantokey[1][52] = '>';
|
||||
scantokey[1][53] = '?';
|
||||
|
||||
scantokey[1][7] = 30;
|
||||
scantokey[1][12] = 31;
|
||||
scantokey[2][7] = 30;
|
||||
scantokey[2][12] = 31;
|
||||
scantokey[2][16] = 'q' - 96;
|
||||
scantokey[2][17] = 'w' - 96;
|
||||
scantokey[2][18] = 'e' - 96;
|
||||
|
|
Loading…
Reference in a new issue