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

Key Handling: Automatically handle overlapping bindings #3

Open
PaulBrachmann opened this issue Mar 18, 2020 · 0 comments
Open

Key Handling: Automatically handle overlapping bindings #3

PaulBrachmann opened this issue Mar 18, 2020 · 0 comments

Comments

@PaulBrachmann
Copy link
Owner

Currently, only the first key binding found is triggered.

In the future:

  • Key bindings should automatically be sorted based on their specificity (longer key bindings first)
  • Overlapping key bindings of which none is a subset of any of the others can be triggered by the same event
  • Key bindings that are a subset should not trigger if their superset triggers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant