mirror of https://github.com/OpenTTD/OpenTTD
(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)
parent
116adbc0e1
commit
63e0ff048e
|
@ -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},
|
||||||
|
|
Loading…
Reference in New Issue