-
Notifications
You must be signed in to change notification settings - Fork 255
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
Add keybinding for navigating between sources #513
Comments
Ooo, I like this idea. On a Windows Machine, you can do Win + 1, to start, or focus, the first pinned item in your taskbar. Same with Win + 2, etc. If we equate pinned items on your taskbar to sources in the list, then I think either CTRL + 1,2,3 or ALT + 1,2,3, would make a lot of sense. |
Exactly what I was thinking. |
I'd vote for CTRL + 1..9 - I think it'd be more consistent with other apps (i.e. googlechrome) |
Is this still a feature you'd like implemented? I have a branch that implements Ctrl + 1..9 as keybindings for sources. Sources higher than 9 don't have a keybinding. |
…ndings (GH-513) Add keybinding for navigating sources
Not all folks are going to want to use keybindings in the application, so allow keybindings to be turned off. Default will be for keybindings to be enabled within the application.
🎉 This issue has been resolved in version 0.18.0 🎉 The release is available on: Your GitReleaseManager bot 📦🚀 |
We should pick some bindings for navigating quickly between sources views. Maybe some crtl+something+arrow keybind. Would also be nice to be able to Alt+Num or something to quickly navigate between the first 10 sources (as most people will have between 2-5 at most).
The text was updated successfully, but these errors were encountered: