Skip to content

Conversation

@ronnymikalsen
Copy link
Collaborator

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?
KeyboardEvent.keyCode is deprecated, also MDN recommends to avoid it for new projects in favor of KeyboardEvent.key.

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[X] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

Issue Number:
Fixes #227

Does this PR introduce a breaking change?

[ ] Yes
[X] No

@ronnymikalsen ronnymikalsen changed the title fix: add W3C KeyboardEvent.key values support WIP fix: add W3C KeyboardEvent.key values support Oct 30, 2018
@ronnymikalsen ronnymikalsen changed the title WIP fix: add W3C KeyboardEvent.key values support WIP: fix: add W3C KeyboardEvent.key values support Oct 31, 2018
@ronnymikalsen ronnymikalsen marked this pull request as draft August 29, 2024 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

keyCode is deprecated

1 participant