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

Unable to bind a key to Ctrl-= #1907

Open
nk9 opened this issue Aug 16, 2024 · 0 comments
Open

Unable to bind a key to Ctrl-= #1907

nk9 opened this issue Aug 16, 2024 · 0 comments

Comments

@nk9
Copy link

nk9 commented Aug 16, 2024

This code results in an error:

kb = KeyBindings()

@kb.add("c-=")
def _(event):
    handleCtrlEquals()
ValueError: Invalid key: c-=

When I look in the keys.py file, I don't see a key for c-=. Is this just an oversight?

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