-
Notifications
You must be signed in to change notification settings - Fork 67
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
Keyboard shortcuts vs accesskeys #38
Comments
Ah, according to the docs this feature is disabled, but it seems to be active in the code:
|
@ba55ie - Some of them are in there but not all. I'll look into |
I asked around about this: https://twitter.com/brad_frost/status/917429730630098951 and got some interesting results from a11y folks. It sounds like accesskeys can interfere with screen readers' built-in keyboard shortcuts. I'm going to ponder this a bit more, but in any case, I think moving to a non-jQuery version (referenced in #78) is a good idea. |
OK, thanks for the heads up. Too bad that the usage of access keys still causes problems after so many years... |
The keyboard shortcuts aren't working on my local installation (patternlab-node v2.3.0) and online. Tested with the latest Chrome and Firefox.
My suggestion is to use accesskeys instead of jwerty, because it will make the site more accessible and you can ditch the JS dependency.
https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/accesskey
The text was updated successfully, but these errors were encountered: