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

Don't pass on key events when handling keybindings #73

Merged
merged 3 commits into from
Nov 2, 2024

Conversation

sdilts
Copy link
Collaborator

@sdilts sdilts commented Nov 2, 2024

We need to block key events from being passed to clients when we are in the middle of processing a key sequence.

  • Properly return the value of handle-key-event from the callback
  • Always call the frontend's keyboard handle function so that we can
    check if we are in the middle of handling a key sequence.

Always call the frontend's keyboard handle function so that we can
check if we are in the middle of handling a key sequence.
@sdilts sdilts force-pushed the fix/key-events-passthrough branch from 0754017 to 81d1664 Compare November 2, 2024 19:58
@sdilts sdilts merged commit 5bfd290 into master Nov 2, 2024
1 check passed
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.

1 participant