summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-08-24 11:53:30 +0000
committerdominik <dominik@openttd.org>2004-08-24 11:53:30 +0000
commit27e9f5888eed7f0b5efabbf0bf11e39cd9cc67e0 (patch)
treeb2948b04966b7e1fd500a5065dd09790bf04a1b1 /window.h
parentce0f8a7bcd77d910554768c790f9f5103697da6a (diff)
downloadopenttd-27e9f5888eed7f0b5efabbf0bf11e39cd9cc67e0.tar.xz
(svn r130) Change: hotkey for console is Backquote (the key left to '1', regardless of keyboard layout
Diffstat (limited to 'window.h')
-rw-r--r--window.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/window.h b/window.h
index 9f8f50be1..044dde463 100644
--- a/window.h
+++ b/window.h
@@ -124,8 +124,10 @@ enum WindowKeyCodes {
WKC_F11 = 43,
WKC_F12 = 44,
- // Required for french keyboard
- WKC_AMPERSAND = 45,
+ // backquote is the key left of "1"
+ // we only store this key here, no matter what character is really mapped to it
+ // on a particular keyboard. (US keyboard: ` and ~ ; German keyboard: ^ and °)
+ WKC_BACKQUOTE = 45,
// 0-9 are mapped to 48-57
// A-Z are mapped to 65-90