-
-
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
Change meaning of F1-F2-F3 shortcuts #5037
Comments
So you would prefer they did absolutely nothing like before? I detest F1 opening help, there are no fields in keepassxc where F2 type "edit in place" action can happen, and F3 focuses search. |
Basically it should work for any Q*****View if it's not read-only.
|
F1 groups (if already on groups edit the current group), F2 entries (if already on entries then edit the current selected entry), F3 focus search. I can disable taking over F2 if the entry view is not visible, then it defaults to normal behavior. |
I like that we move in F2 default functionality direction. |
I considered shifting to the higher keys but that's even more obtuse. The non documentation was a mistake and not intentional. |
Ok, let's stop on this |
* Fixes #5037 * F1 focuses group view, if already focused it opens the focused group for editing * F2 focuses entry view, if already focused it opens the focused entry for editing * F3 focuses search
* Fixes #5037 * F1 focuses group view, if already focused it opens the focused group for editing * F2 focuses entry view, if already focused it opens the focused entry for editing * F3 focuses search
* Fixes #5037 * F1 focuses group view, if already focused it opens the focused group for editing * F2 focuses entry view, if already focused it opens the focused entry for editing * F3 focuses search
* Fixes #5037 * F1 focuses group view, if already focused it opens the focused group for editing * F2 focuses entry view, if already focused it opens the focused entry for editing * F3 focuses search
* Fixes #5037 * F1 focuses group view, if already focused it opens the focused group for editing * F2 focuses entry view, if already focused it opens the focused entry for editing * F3 focuses search
* Fixes #5037 * F1 focuses group view, if already focused it opens the focused group for editing * F2 focuses entry view, if already focused it opens the focused entry for editing * F3 focuses search
Overview
App has 3 undocumented shortcuts for changing of focus: F1, F2, F3. In other software they are reserved for another functionality, so current behavior is confusing.
Steps to Reproduce
Press F1, F2, F3 in main window.
Expected Behavior
F1 - show help
F2 - edit value in table or list
F3 - find next. Shift+F3 - find previous. Or disable F3 at all.
Actual Behavior
App changes focus
The text was updated successfully, but these errors were encountered: