aboutsummaryrefslogtreecommitdiff
path: root/src/hotkey.h
diff options
context:
space:
mode:
authorkoekeishiya <aasvi93@hotmail.com>2018-07-10 14:45:26 +0200
committerkoekeishiya <aasvi93@hotmail.com>2018-07-10 14:45:26 +0200
commita6546422134855457efc0fc020f3d17f5369d709 (patch)
tree3a327f0843b753d0f91837936d93849836e684bc /src/hotkey.h
parent2804aa714970975632ffaab9eb9a58a6f1ecaeae (diff)
downloadskhd-a6546422134855457efc0fc020f3d17f5369d709.tar.gz
skhd-a6546422134855457efc0fc020f3d17f5369d709.zip
#43 passthrough should correctly bypass mode keypress capture setting
Diffstat (limited to 'src/hotkey.h')
-rw-r--r--src/hotkey.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hotkey.h b/src/hotkey.h
index 59ee243..c2caed5 100644
--- a/src/hotkey.h
+++ b/src/hotkey.h
@@ -97,4 +97,6 @@ bool intercept_systemkey(CGEventRef event, struct hotkey *eventkey);
bool find_and_exec_hotkey(struct hotkey *eventkey, struct table *mode_map, struct mode **current_mode);
void free_mode_map(struct table *mode_map);
+void init_shell();
+
#endif