Add keybinding to toggle hammerspoon console

This commit is contained in:
2017-08-05 16:04:34 +01:00
parent 388ee0e786
commit f76b5b1bea

View File

@@ -2,6 +2,7 @@
-- Reload config hotkey
hs.hotkey.bind({'cmd', 'alt', 'ctrl'}, 'R', hs.reload)
hs.hotkey.bind({'cmd', 'alt', 'ctrl'}, 'C', hs.toggleConsole)
--------------------------------------------------------------------------------
-- Set Hammerspoon options