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
KeyboardEvent.keyCode is deprecated, we should move to use key and code instead within Keyboard.ts. Some context: #1849 (comment)
KeyboardEvent.keyCode
key
code
Keyboard.ts
The text was updated successfully, but these errors were encountered:
Note that there is also the feature request to support emoji IMEs which would likely require listening to the input event as well #469
Sorry, something went wrong.
No branches or pull requests
KeyboardEvent.keyCode
is deprecated, we should move to usekey
andcode
instead withinKeyboard.ts
. Some context: #1849 (comment)The text was updated successfully, but these errors were encountered: