(svn r130) Change: hotkey for console is Backquote (the key left to '1', regardless of keyboard layout
This commit is contained in:
6
window.h
6
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 <20>)
|
||||
WKC_BACKQUOTE = 45,
|
||||
|
||||
// 0-9 are mapped to 48-57
|
||||
// A-Z are mapped to 65-90
|
||||
|
||||
Reference in New Issue
Block a user