Add launchpad launching
This commit is contained in:
parent
dac630187f
commit
561d1415e2
1 changed files with 4 additions and 0 deletions
|
@ -23,3 +23,7 @@ end)
|
||||||
hs.hotkey.bind({"cmd", "alt"}, ",", function ()
|
hs.hotkey.bind({"cmd", "alt"}, ",", function ()
|
||||||
hs.application.launchOrFocus("System Preferences")
|
hs.application.launchOrFocus("System Preferences")
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
hs.hotkey.bind({"cmd", "shift"}, "l", function ()
|
||||||
|
hs.application.launchOrFocus("Launchpad")
|
||||||
|
end)
|
||||||
|
|
Loading…
Add table
Reference in a new issue