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:
Zephaniah E. Hull 2000-04-11 11:13:20 +00:00
parent e53a235402
commit b7f3d61625

View file

@ -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},