From 27e9f5888eed7f0b5efabbf0bf11e39cd9cc67e0 Mon Sep 17 00:00:00 2001 From: dominik Date: Tue, 24 Aug 2004 11:53:30 +0000 Subject: (svn r130) Change: hotkey for console is Backquote (the key left to '1', regardless of keyboard layout --- window.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'window.h') 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 -- cgit v1.2.3-54-g00ecf