-
-
Notifications
You must be signed in to change notification settings - Fork 400
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
Make it possible to navigate Product Opener using keyboard shortcuts #1852
Comments
If this is approved I can start working on it. 😄 |
@VaiTon it would be great. We shouldn't have only one keyboard shortcut but several related to the different part of the page (the HTML code already provide many "id"s in the page, but we can add more if necessary). The keyboard shortcuts should be consistent between edit and view modes. I think we first have to ask feedbacks from huge contributors such as SebLeOuf, @teolemon, @TaciteOFF, @stephanegigandet, @aleene, @moon-rabbitOFF, @hangy, @offvince, etc. [TODO: add more ?]... Also we have to carefully design all the keyboard shortcuts. Suggestions:
Finally, I Think we might use pure HTML rather than Javascript, see: https://www.w3schools.com/tags/att_global_accesskey.asp |
I started a Greasemonkey script to let power user play with it and suggest their own hacks: |
👍 Much better for accessibility reasons than a custom JS-only solution. About the shortcuts to use: I wonder if we should take I18N/I10N into account from the get-go. We could let translators choose the access keys, so that the shortcuts make sense for their specific locale. |
What
Make it possible to navigate Product Opener using keyboard shortcuts
Code pointers
Add "Edit" keyboard shortcut for logged users
Clicking E in the page would open edit mode.
Part of
The text was updated successfully, but these errors were encountered: