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

Keyboard Shortcut: Switch Groups #4394

Closed
lukedegruchy opened this issue Mar 3, 2020 · 5 comments · Fixed by #10625
Closed

Keyboard Shortcut: Switch Groups #4394

lukedegruchy opened this issue Mar 3, 2020 · 5 comments · Fixed by #10625

Comments

@lukedegruchy
Copy link

Summary

Currently, in order to switch password groups, a user has to either use the mouse/trackpad or SHIFT-TAB, navigate to the desired group, and then tab again to select the password item.

For users with several groups, this could be time-consuming.

Desired Behavior

It should be easier to switch groups using only the keyboard.

Possible Solution

  1. A MenuBar item to "Switch to Group" that invokes a pop-up dialogue to either scroll among groups or type and select the desired group.
  2. A keyboard shortcut to invoke "Switch to Group"
@droidmonkey
Copy link
Member

I like a keyboard shortcut like Ctrl+Shift+Up/Down to move to the group above or below in the hierarchy.

@lukedegruchy
Copy link
Author

That would work.

@droidmonkey droidmonkey added this to Settings Overhaul in Release 2.8.0 Apr 10, 2021
@droidmonkey droidmonkey moved this from Settings Overhaul to Entry Layout in Release 2.8.0 Apr 10, 2021
@droidmonkey
Copy link
Member

That combo is now taken by moving entries up and down in the list order. Another set of keyboard shortcut suggestions welcome.

@lukedegruchy
Copy link
Author

How about Ctrl+Alt+Up/Down?

@droidmonkey
Copy link
Member

droidmonkey commented Oct 2, 2021

Well actually if the shortcut is only active on the group view then it would only work when in focus, which is the desired behavior. Ctrl+Shift+Up/Down would work in this case.

@droidmonkey droidmonkey added this to the v2.8.0 milestone Aug 19, 2023
@droidmonkey droidmonkey self-assigned this Aug 19, 2023
0xdeadbeer added a commit to 0xdeadbeer/keepassxc that referenced this issue Apr 25, 2024
Ctrl + Shift + Key_PageUp for previous group
Ctrl + Shift + Key_PageDown for next group
Fixes: keepassxreboot#4394
0xdeadbeer added a commit to 0xdeadbeer/keepassxc that referenced this issue Apr 25, 2024
Ctrl + Shift + Key_PageUp for previous group
Ctrl + Shift + Key_PageDown for next group
Fixes: keepassxreboot#4394
droidmonkey pushed a commit to 0xdeadbeer/keepassxc that referenced this issue Apr 27, 2024
Ctrl + Shift + Key_PageUp for previous group
Ctrl + Shift + Key_PageDown for next group
Fixes: keepassxreboot#4394
pull bot pushed a commit to tigerwill90/keepassxc that referenced this issue Apr 27, 2024
* Add hotkey for group switching

Ctrl + Shift + Key_PageUp for previous group
Ctrl + Shift + Key_PageDown for next group
Fixes keepassxreboot#4394
pull bot pushed a commit to shashinma/keepassxc that referenced this issue Apr 28, 2024
* Add hotkey for group switching

Ctrl + Shift + Key_PageUp for previous group
Ctrl + Shift + Key_PageDown for next group
Fixes keepassxreboot#4394
droidmonkey pushed a commit that referenced this issue Apr 28, 2024
* Add hotkey for group switching

Ctrl + Shift + Key_PageUp for previous group
Ctrl + Shift + Key_PageDown for next group
Fixes #4394
droidmonkey pushed a commit that referenced this issue Apr 29, 2024
* Add hotkey for group switching

Ctrl + Shift + Key_PageUp for previous group
Ctrl + Shift + Key_PageDown for next group
Fixes #4394
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Settings Overhaul
Release 2.8.0
Entry Layout
Development

Successfully merging a pull request may close this issue.

2 participants