Skip to content

Commit 82443b0

Browse files
committed
🔧 hammerspoon: add ChatGPT shortcut
1 parent f4e0535 commit 82443b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.config/hammerspoon/init.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ end)
2323
hs.hotkey.bind(modifier(), "b", function()
2424
focusWithMouse "Vivaldi"
2525
end)
26+
hs.hotkey.bind(modifier(), "c", function()
27+
focusWithMouse "ChatGPT"
28+
end)
2629
hs.hotkey.bind(modifier(), "d", function()
2730
focusWithMouse "Dictionary"
2831
end)

0 commit comments

Comments
 (0)