mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-11 16:54:42 +00:00
Add: BACKSPACE can be mapped as a hotkey
This commit is contained in:
parent
ca5b68145a
commit
1a73c39838
@ -41,6 +41,7 @@ static const KeycodeNames _keycode_to_name[] = {
|
||||
{"GLOBAL", WKC_GLOBAL_HOTKEY},
|
||||
{"ESC", WKC_ESC},
|
||||
{"DEL", WKC_DELETE},
|
||||
{"BACKSPACE", WKC_BACKSPACE},
|
||||
{"RETURN", WKC_RETURN},
|
||||
{"BACKQUOTE", WKC_BACKQUOTE},
|
||||
{"F1", WKC_F1},
|
||||
|
Loading…
Reference in New Issue
Block a user