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

Perform all actions for keybinds, don't short-circuit #106

Merged
merged 1 commit into from
Jun 11, 2022

Conversation

Evertras
Copy link
Owner

Instead of short-circuiting on the first action found, try to perform any action that matches. This solves confusing behavior such as scrolling with left/right arrows not working as expected due to the paging action eating the keystroke... even if the table doesn't have any pages!

Closes #104

@Evertras Evertras merged commit a7e8805 into main Jun 11, 2022
@Evertras Evertras deleted the better-keybind-conflicts branch June 11, 2022 13:51
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

Successfully merging this pull request may close these issues.

Conflicting keymap entries cause confusing behavior
1 participant