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

Deprecated keyCode property in KeyboardEvent #31

Closed
wielorzeczownik opened this issue Sep 8, 2023 · 1 comment · Fixed by #34
Closed

Deprecated keyCode property in KeyboardEvent #31

wielorzeczownik opened this issue Sep 8, 2023 · 1 comment · Fixed by #34
Labels
enhancement New feature or request

Comments

@wielorzeczownik
Copy link

Description:
Currently, the use of the keyCode property in the KeyboardEvent object is not recommended. I suggest you consider adding the ability to use both key and keyCode interchangeably.

Additional context
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode

@jordanholt
Copy link
Contributor

jordanholt commented Sep 22, 2023

Thanks for flagging to us @wielorzeczownik, got a PR up to address this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants