summaryrefslogtreecommitdiff
path: root/src/gfx_type.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-07-03 13:28:15 +0000
committeryexo <yexo@openttd.org>2010-07-03 13:28:15 +0000
commit258ca288197f60cfec79af7ea3a27805e6147c18 (patch)
treef3bd2c6f039f3f5545da9acc669e64fa4f676117 /src/gfx_type.h
parentd1044c036a1321d377dfe0a79ed5d39888bfd3d1 (diff)
downloadopenttd-258ca288197f60cfec79af7ea3a27805e6147c18.tar.xz
(svn r20055) -Feature: save/load hotkeys to/from hotkeys.cfg
Diffstat (limited to 'src/gfx_type.h')
-rw-r--r--src/gfx_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gfx_type.h b/src/gfx_type.h
index 167488766..87b984981 100644
--- a/src/gfx_type.h
+++ b/src/gfx_type.h
@@ -32,6 +32,8 @@ enum WindowKeyCodes {
WKC_ALT = 0x2000,
WKC_META = 0x1000,
+ WKC_SPECIAL_KEYS = WKC_SHIFT | WKC_CTRL | WKC_ALT | WKC_META,
+
/* Special ones */
WKC_NONE = 0,
WKC_ESC = 1,