-
Notifications
You must be signed in to change notification settings - Fork 160
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
[BUG] Delete key is not detected #145
Comments
console output
|
Turns out I should be using Browser key events: |
Thanks for reporting, snaumov. This is indeed a bug. |
still not work,first |
@greena13 is [ |
i think this could be due to some "focus" issues... e.g. like you have loose focus on elements which should listen to these shortcuts.. |
Describe the bug
A clear and concise description of what the bug is.
Delete key is not registered (2.0.0-pre.4 version)
How are you using react hotkeys components? (HotKeys, GlobalHotKeys, IgnoreKeys etc)
Hotkeys
Expected behavior
A clear and concise description of what you expected to happen.
on delete key pressed, the function should be called
Platform (please complete the following information):
2.0.0-pre.4
Chrome
Ubuntu 18.10
Are you willing and able to create a PR request to fix this issue?
Yes
APPLICABLE TO v2.0.0-pre1 AND ABOVE: ======================
Include the smallest log that includes your issue:
Set logging to verbose (you'll need the development build if its possible):
What Configuration options are you using?
none
Codesandbox repro:
https://codesandbox.io/s/wy5qk62528
The text was updated successfully, but these errors were encountered: