(svn r130) Change: hotkey for console is Backquote (the key left to '1', regardless of keyboard layout

This commit is contained in:
dominik
2004-08-24 11:53:30 +00:00
parent ce0f8a7bcd
commit 27e9f5888e
4 changed files with 14 additions and 11 deletions

View File

@@ -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 <20>)
WKC_BACKQUOTE = 45,
// 0-9 are mapped to 48-57
// A-Z are mapped to 65-90