aboutsummaryrefslogtreecommitdiff
path: root/src/Keys.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/Keys.hh')
-rw-r--r--src/Keys.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Keys.hh b/src/Keys.hh
index 7a6b3b8..a12efdb 100644
--- a/src/Keys.hh
+++ b/src/Keys.hh
@@ -53,7 +53,10 @@ public:
53 ON_LEFTGRIP = 1 << 7, 53 ON_LEFTGRIP = 1 << 7,
54 ON_RIGHTGRIP = 1 << 8, 54 ON_RIGHTGRIP = 1 << 8,
55 ON_TAB = 1 << 9, 55 ON_TAB = 1 << 9,
56 ON_SLIT = 1 << 10 56 ON_SLIT = 1 << 10,
57 ON_WINBUTTON = 1 << 11,
58 ON_MINBUTTON = 1 << 12,
59 ON_MAXBUTTON = 1 << 13
57 // and so on... 60 // and so on...
58 }; 61 };
59 62