We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e0535 commit 82443b0Copy full SHA for 82443b0
1 file changed
.config/hammerspoon/init.lua
@@ -23,6 +23,9 @@ end)
23
hs.hotkey.bind(modifier(), "b", function()
24
focusWithMouse "Vivaldi"
25
end)
26
+hs.hotkey.bind(modifier(), "c", function()
27
+ focusWithMouse "ChatGPT"
28
+end)
29
hs.hotkey.bind(modifier(), "d", function()
30
focusWithMouse "Dictionary"
31
0 commit comments