mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-16 08:41:42 +00:00
Tonik decided to change the names of a few key syms, breaking existing configs.
Now it knows BOTH names.. *growl*
This commit is contained in:
parent
e53a235402
commit
b7f3d61625
1 changed files with 6 additions and 0 deletions
|
@ -101,9 +101,15 @@ keyname_t keynames[] =
|
|||
{"SHIFT", K_SHIFT},
|
||||
|
||||
// Keypad stuff..
|
||||
// These are duplicated, Tonik DIES if he breaks configs again.
|
||||
{"NUMLOCK", KP_NUMLCK},
|
||||
{"KP_SLASH", KP_DIVIDE},
|
||||
{"KP_STAR", KP_MULTIPLY},
|
||||
|
||||
{"KP_NUMLOCK", KP_NUMLCK},
|
||||
{"KP_DIVIDE", KP_DIVIDE},
|
||||
{"KP_MULTIPLY", KP_MULTIPLY},
|
||||
|
||||
{"KP_MINUS", KP_MINUS},
|
||||
|
||||
{"KP_HOME", KP_HOME},
|
||||
|
|
Loading…
Reference in a new issue