mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-16 00:31:17 +00:00
add another alias for the num lock key
This commit is contained in:
parent
f0ece14dce
commit
618e8a90d4
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ keyname_t keynames[] =
|
|||
{"KP_SLASH", KP_DIVIDE},
|
||||
{"KP_STAR", KP_MULTIPLY},
|
||||
|
||||
{"KP_NUMLCK", KP_NUMLCK},
|
||||
{"KP_NUMLOCK", KP_NUMLCK},
|
||||
{"KP_DIVIDE", KP_DIVIDE},
|
||||
{"KP_MULTIPLY", KP_MULTIPLY},
|
||||
|
|
Loading…
Reference in a new issue