mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(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)
This commit is contained in:
parent
116adbc0e1
commit
63e0ff048e
@ -54,8 +54,7 @@ static const KeycodeNames _keycode_to_name[] = {
|
||||
{"F11", WKC_F11},
|
||||
{"F12", WKC_F12},
|
||||
{"PAUSE", WKC_PAUSE},
|
||||
{"PLUS", (WindowKeyCodes)'+'},
|
||||
{"COMMA", (WindowKeyCodes)','},
|
||||
{"COMMA", WKC_COMMA},
|
||||
{"NUM_PLUS", WKC_NUM_PLUS},
|
||||
{"NUM_MINUS", WKC_NUM_MINUS},
|
||||
{"=", WKC_EQUALS},
|
||||
|
Loading…
Reference in New Issue
Block a user