Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
swyxio opened this issue Aug 20, 2023 · 1 comment
Open
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed

Comments

@swyxio
Copy link
Contributor

swyxio commented Aug 20, 2023

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.

@swyxio swyxio added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed labels Aug 20, 2023
@Kilian
Copy link
Contributor

Kilian commented Aug 21, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants