Change default deletion shortcut to D#111
Conversation
react-hotkey breaks when using Delete
|
Makes sense to me! |
|
🎉 This PR is included in version 1.7.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
Isn't this a lazy fix ? I think we should try to find what the bug is with the delete key and see if we can fix it. We could go with a solution like this if there is no way to reliably support the delete key. |
|
I think it is an upstream react-hotkeys issue. I didn't manage to figure it out within an hour though. The (~actual) issue from the first glance seems to be that pressing Delete breaks react-hotkeys until you refocus the window (even when it is not bound to anything). |
react-hotkey breaks when using Delete