1
0
Fork 0

(svn r25973) -Fix [FS#5679]: comma key collided with F12 key for hotkeys; also remove '+' as that is generally not a key (the '+' on the numpad is a separate one)

release/1.4
rubidium 2013-11-13 15:54:44 +00:00
parent 116adbc0e1
commit 63e0ff048e
1 changed files with 1 additions and 2 deletions

View File

@ -54,8 +54,7 @@ static const KeycodeNames _keycode_to_name[] = {
{"F11", WKC_F11}, {"F11", WKC_F11},
{"F12", WKC_F12}, {"F12", WKC_F12},
{"PAUSE", WKC_PAUSE}, {"PAUSE", WKC_PAUSE},
{"PLUS", (WindowKeyCodes)'+'}, {"COMMA", WKC_COMMA},
{"COMMA", (WindowKeyCodes)','},
{"NUM_PLUS", WKC_NUM_PLUS}, {"NUM_PLUS", WKC_NUM_PLUS},
{"NUM_MINUS", WKC_NUM_MINUS}, {"NUM_MINUS", WKC_NUM_MINUS},
{"=", WKC_EQUALS}, {"=", WKC_EQUALS},