chore(hammerspoon): add shortcut to open Kitty

This commit is contained in:
Stefan Imhoff
2021-11-29 20:26:46 +01:00
parent 4b7fe2c97f
commit 8bae787c5e

View File

@@ -195,6 +195,7 @@ hotkey.bind(KEY_SCM, "l", function() window.focusedWindow():moveOneScreenEast
hotkey.bind(KEY_SCM, "h", function() window.focusedWindow():moveOneScreenWest(); window.focusedWindow():moveOneScreenWest(); push(0, 0, 1, 1) end)
-- Application shortcuts
hotkey.bind(KEY_SC, "R", function() application.launchOrFocus("kitty") end)
hotkey.bind(KEY_SCAM, "A", function() application.launchOrFocus("Affinity Designer") end)
hotkey.bind(KEY_SCAM, "B", function() application.launchOrFocus("Brave Browser") end)
hotkey.bind(KEY_SCAM, "C", function() application.launchOrFocus("Visual Studio Code") end)