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

Add support standard keyboard shortcuts, such as Ctrl + S #869

Open
VMelnalksnis opened this issue Jun 26, 2023 · 1 comment
Open

Add support standard keyboard shortcuts, such as Ctrl + S #869

VMelnalksnis opened this issue Jun 26, 2023 · 1 comment
Labels
area:ui Relating to user interface type:enhancement New feature or request

Comments

@VMelnalksnis
Copy link
Owner

Is your feature request related to a problem? Please describe.
When manually entering transfers or purchases, there are many optional fields that need to be tabbed through to get to the save button. While the data can be entered using only the keyboard, it is quite slow, and it's hard to memorize the count of tabs needed, as it depends on the remaining optional field count.

Describe the solution you'd like
All data entry forms should support standard keyboard shortcuts such as Ctrl + S.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Would be also great to support other standard shortcuts, such as F5 for refresh, see https://en.wikipedia.org/wiki/Table_of_keyboard_shortcuts

@VMelnalksnis VMelnalksnis added type:enhancement New feature or request area:ui Relating to user interface labels Jun 26, 2023
@VMelnalksnis
Copy link
Owner Author

The built-in Hotkey solution does not handle multiple controls binding to the same keys well - it only executes one of the commands, silently skipping all others. That means that it's not possible to simply add Hotkey="Ctrl+S" to all save buttons, since it will only trigger one (first?). Some solution will be needed which triggers the correct control/command based on currently focused control.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:ui Relating to user interface type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant