Skip to content
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

Single Keys binded by bindKeyCombo are not being unbinded by unbindKeyCombo #59

Open
jeaniefung opened this issue Jan 9, 2025 · 0 comments

Comments

@jeaniefung
Copy link

jeaniefung commented Jan 9, 2025

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:

  1. Bind a single key with bindKeyCombo
  2. Try to unbind the same key with unbindKey or unbindKeyCombo
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant