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

Fix Ctrl+Tab shortcut to cycle databases in unlock dialog #8839

Merged

Commits on Nov 25, 2022

  1. Fix Ctrl+Tab shortcut to cycle databases in unlock dialog

    When in PR keepassxreboot#8168 the abbility to cycle through the databases in the unlock
    dialog was extended to include the `Ctrl+Tab / Ctrl+Shift+Tab` shortcuts,
    it mixed up the direction. At the moment `Ctrl+Tab` selects the previous
    database, when customarily it should select the next entry. This was my
    mistake.
    
    This commit changes the direction of cycling through databases in the
    unlock dialog with `Ctrl+Tab / Ctrl+Shift+Tab` fixing my original commit.
    
    Signed-off-by: Daniel Ziegenberg <[email protected]>
    ziegenberg committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    b113927 View commit details
    Browse the repository at this point in the history