-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Describe the bug
it seems like bindKeyCombo prevents conflicts from happening with overlapping bindings(ie. pressing ctrl + L when I have both a ctrl + L shortcut and L shortcut will only trigger the ctrl + L action), however it seems like I can not unbind the combo afterwards. It works if I use bindKey and unbindKey, but I would like to use bindKeyCombo and unbindKeyCombo to prevent side effects with other combinations.
To Reproduce
Steps to reproduce the behavior:
- Bind a single key with bindKeyCombo
- Try to unbind the same key with unbindKey or unbindKeyCombo
- See that the key is still binded
Expected behavior
A clear and concise description of what you expected to happen.
Single keys binded by biindKeyCombo should be unbinded by unbindKeyCombo
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels