Open AlexYegupov opened 8 years ago
Hi @AlexYegupov !
Thanks for posting this issue!
Seems pretty interesting. Do you have any proposal of how it could be done?
Do you propose to have keyboard shortcuts for "Save" and "Create" operations?
I believe by default tab order is an order of fields in entity definition. What optimizations you propose to do here? Something like defining tabindex
?
Yes, the simplest solution probably would be enough in 80% of cases:
Also possible options:
Not sure about non-standard keybindings because real users rarely use them and they could conflict with browser plugins.
Any solution could be tested very easily: creating multiple items (and subform items) in admin forms should be performed easily by using Tab and Enter only keys for saving/swithing/cancelling operations. (like it is on good-organized desktop applications).
Currentry it seems that admin interface requires active mouse usage.
Imagine the situation that user want to input some 50 items in admin interface. It's almost impossible without keyboard only especially for pressing "Save" and "Create" buttons.
Maybe it could be useful for many of potential admin users to optimize tab order of page controls and make other tunes for keyboard-only convenient data input.