Add launchpad launching

This commit is contained in:
Anthony Cicchetti 2020-12-16 11:14:09 -05:00
parent dac630187f
commit 561d1415e2

View file

@ -23,3 +23,7 @@ end)
hs.hotkey.bind({"cmd", "alt"}, ",", function ()
hs.application.launchOrFocus("System Preferences")
end)
hs.hotkey.bind({"cmd", "shift"}, "l", function ()
hs.application.launchOrFocus("Launchpad")
end)