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, 5 insertions, 0 deletions
diff --git a/src/hotkey.h b/src/hotkey.h
index b4d864d..297c674 100644
--- a/src/hotkey.h
+++ b/src/hotkey.h
@@ -43,6 +43,11 @@ enum hotkey_flag
Hotkey_Flag_RControl = (1 << 11),
Hotkey_Flag_Passthrough = (1 << 12),
+
+ Hotkey_Flag_Hyper = (Hotkey_Flag_Cmd |
+ Hotkey_Flag_Alt |
+ Hotkey_Flag_Shift |
+ Hotkey_Flag_Control)
};
struct hotkey