diff --git a/hammerspoon/cheatsheet.lua b/hammerspoon/cheatsheet.lua deleted file mode 100644 index 5c6f37b..0000000 --- a/hammerspoon/cheatsheet.lua +++ /dev/null @@ -1,8 +0,0 @@ -hs.loadSpoon("KSheet") - -modal = hs.hotkey.modal.new({"cmd", "alt", "ctrl"}, "c") - -function modal:entered() spoon.KSheet:show() end -function modal:exited() spoon.KSheet:hide() end - -modal:bind('', 'escape', function() modal:exit() end) diff --git a/hammerspoon/init.lua b/hammerspoon/init.lua index a00336d..47dce16 100644 --- a/hammerspoon/init.lua +++ b/hammerspoon/init.lua @@ -1,4 +1,3 @@ require "TerminalPalette" --- require "cheatsheet" hs.notify.show("Hammerspoon", "", "Hammespoon config loaded")