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

(GH-513) Add keybinding for navigating sources #703

Merged
merged 2 commits into from
Oct 28, 2019
Merged

(GH-513) Add keybinding for navigating sources #703

merged 2 commits into from
Oct 28, 2019

Conversation

huffSamuel
Copy link

@huffSamuel huffSamuel commented Oct 20, 2019

Fix 513 by adding keyboard bindings ctrl+1..9 to switch between respective source indexes.

Closes #513

@gep13
Copy link
Member

gep13 commented Oct 22, 2019

@huffSamuel just wanted to say that I am not ignoring this PR, just been busy getting a few other things lined up, before I will be able to look at this properly. Thanks for doing this!

</KeyBinding.CommandParameter>
</KeyBinding>

</Window.InputBindings>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why 9 options to get to sources?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The intent was to support quick jumping to the first 9 sources in the list. I limited to 9 as that is a convenient number to stop at due to keyboard layout. Extending beyond that seemed somewhat excessive for quick access with a single key combination.

Samuel Huff and others added 2 commits October 28, 2019 13:11
Fix 513 by adding keyboard bindings ctrl+1..9 to switch between
respective source indexes.
This isn't available in older version of the .Net Runtime, which
Chocolatey GUI is still targeting.
Copy link
Member

@gep13 gep13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@gep13 gep13 merged commit f655a56 into chocolatey:develop Oct 28, 2019
@gep13
Copy link
Member

gep13 commented Oct 28, 2019

@huffSamuel your changes have been merged, thanks for your contribution 👍

@huffSamuel huffSamuel deleted the feature/navigate_source_keybindings branch February 4, 2020 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add keybinding for navigating between sources
3 participants