aboutsummaryrefslogtreecommitdiff
path: root/src/hotkey.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hotkey.h')
-rw-r--r--src/hotkey.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/hotkey.h b/src/hotkey.h
index e616303..f06ce90 100644
--- a/src/hotkey.h
+++ b/src/hotkey.h
@@ -49,7 +49,10 @@ enum hotkey_flag
Hotkey_Flag_Hyper = (Hotkey_Flag_Cmd |
Hotkey_Flag_Alt |
Hotkey_Flag_Shift |
- Hotkey_Flag_Control)
+ Hotkey_Flag_Control),
+ Hotkey_Flag_Meh = (Hotkey_Flag_Control |
+ Hotkey_Flag_Shift |
+ Hotkey_Flag_Alt)
};
#include "hashtable.h"