You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: