-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Focus search on unlocking database #2279
Comments
Pressing CTRL+F focuses search. There are probably 50% of people who want an entry focused and 50% who want search focused. There is no hotkey to focus on first entry (maybe there should be?), perhaps a setting would suffice. |
Hmm, is a setting really needed? I mean I do not see the use case for having an entry selected at startup. I'll guess nobody will use the arrow keys for navigating to an entry after start. |
Actually if you press down arrow in the search box it will select the first entry anyway, so we can easily change focus to search box on unlock without losing anything. |
I would just like to point out that this is already the behavior! See here: https://github.com/keepassxreboot/keepassxc/blob/master/src/gui/SearchWidget.cpp#L123 |
Hmm, when I tested it in Fedora 28 it did not work, but maybe I'll need to test it again. |
I confirm that the current behavior is:
This is available since version 2.3.0 |
(seen this behavior in the "original" KeePass)
Expected Behavior
Search should be focused.
Current Behavior
Something else is focused, I guess it's the first entry in the database.
Possible Solution
manually set focus
Steps to Reproduce (for bugs)
Context
Use case: Quick search after unlocking database, usability.
The text was updated successfully, but these errors were encountered: