Skip to content
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

Fix Dom_html.Keyboard_code.of_event #1878

Merged
merged 2 commits into from
Mar 13, 2025
Merged

Fix Dom_html.Keyboard_code.of_event #1878

merged 2 commits into from
Mar 13, 2025

Conversation

vouillon
Copy link
Member

For the standard location (0) we were ignoring the code property of the keyboard event and using the deprecated keyCode property instead.

@smorimoto smorimoto requested a review from hhugo March 13, 2025 10:24
@smorimoto smorimoto added the bug label Mar 13, 2025
For the standard location (0) we were ignoring the `code` property of
the keyboard event and using the deprecated `keyCode` property instead.

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
@hhugo hhugo merged commit 5492878 into master Mar 13, 2025
30 checks passed
@hhugo hhugo deleted the keycode-fix branch March 13, 2025 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants