summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
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