smol-ai / GodMode

AI Chat Browser: Fast, Full webapp access to ChatGPT / Claude / Bard / Bing / Llama2! I use this 20 times a day.
https://smol.ai
MIT License
4.19k stars 327 forks source link

[Feature request/Bugfix] - global window switching keyboard shortcuts #150

Open swyxio opened 1 year ago

swyxio commented 1 year ago

right now you have to click into the superprompt window to do the Cmd+1/2/3 window switching, and if you're in a window, you can't really use the keyboard shortcuts to hop to the next window.

i think listeners need to be injected in each window, and maybe a minor rewrite of the keyboard logic is needed. a more involved task than normal, but should be entirely doable by a keen OSS contributor.

Kilian commented 1 year ago

Better to use a menu with menuitems and corresponding accelerators. That way they work when any part of the app is focused, and it also makes it discoverable for external apps like raycast.