Enhancement: Keyboard Shortcuts #415
hasansezertasan
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
Sort of, keyboard shortcuts increases effeciency for many situations, as a software developer I use all the time. I believe a dashboard, administrative interface and any other functional interface should have keyboard shortcuts at some point.
Describe the solution you'd like
A dynamic, configurable shortcut system would be great. I know it requires JavaScript and I'm really not a fan of it but with a quick google search I have find a library called Shortcut.js. If a shortcut system looks ok, it doesn't have to be a dynamic or configurable system at the begining, when a user press on "CTRL+C" in a table view, the interface should automatically redirect the page to the "New Record" page.
We could use jeresig/jquery.hotkeys for this.
Describe alternatives you've considered
I don't know any Administrative Interface that does this.
Additional context
I don't think it's a must, but it's a privilige to have because as far as I know no other Administrative Interface has this feature.
Beta Was this translation helpful? Give feedback.
All reactions