aboutsummaryrefslogtreecommitdiff
path: root/src/hotkey.h
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2017-09-12 14:14:48 +0200
committerkoekeishiya <aasvi93@hotmail.com>2017-09-12 14:14:48 +0200
commitffb91d313a58f6bc56a6704ce20357616bcb2727 (patch)
tree126f8d9e31ca1ba64e03fd1aae3745c393d98a2f /src/hotkey.h
parent6bd42ebf078370b438852cd485b0cad33c0602f4 (diff)
downloadskhd-ffb91d313a58f6bc56a6704ce20357616bcb2727.tar.gz
skhd-ffb91d313a58f6bc56a6704ce20357616bcb2727.zip
#6 add hyper keyword
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