We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tested on https://www.w3.org/WAI/ARIA/apg/patterns/, trying Option+0 or Option+Shift+0 doesn't work
event.key value is "Ø" with Shift pressed, "ø" otherwise.
Perhaps using event.code which is Digit0 in both case could help ? Or it should be explained that it only work with a numerical pad
Regards, KuSh
The text was updated successfully, but these errors were encountered:
@KuSh I think I have fixed the bug, please try on the following website: https://accessibleit.disability.illinois.edu/
Let me know if it fixes the bug, if it does I will start the process of getting it updated on the ARIA APG website.
Thank you for reporting this issue.
Sorry, something went wrong.
@jongund that works like a charm ! Thanks a lot for your time ❤️
@KuSh Your welcome. Thank you for testing the fix.
No branches or pull requests
Tested on https://www.w3.org/WAI/ARIA/apg/patterns/, trying Option+0 or Option+Shift+0 doesn't work
event.key value is "Ø" with Shift pressed, "ø" otherwise.
Perhaps using event.code which is Digit0 in both case could help ? Or it should be explained that it only work with a numerical pad
Regards,
KuSh
The text was updated successfully, but these errors were encountered: