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