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

Shortcuts that are a combination (f+i) are saved under the second key - if there is a collision in that second key, the callbacks can misfire #511

Open
milemons opened this issue Nov 15, 2021 · 1 comment

Comments

@milemons
Copy link

Example:
I have two shortcuts: i which will navigate my page and f+i which will add a new item to the page.
If I just press i while selected on an item on the page, it will match with the f+i shortcut because that is saved under the self._callbacks[i] even though it is a combination.

@Persola
Copy link

Persola commented Aug 30, 2022

See #323

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

2 participants