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

Apply modifiers before presses in kitty protocol #7458

Merged
merged 1 commit into from
Dec 25, 2023

Conversation

kchibisov
Copy link
Member

While this doesn't handle releases with multiple identical modifiers pressed, the release can't work reliable anyway, since one modifier could be pressed before focusing the window, thus tracking modifiers based on the keysym values won't work as it was suggested by kitty author.

Links: kovidgoyal/kitty#6913

@kchibisov kchibisov requested a review from chrisduerr December 24, 2023 20:25
While this doesn't handle releases with multiple identical modifiers
pressed, the release can't work reliable anyway, since one modifier
could be pressed before focusing the window, thus tracking modifiers
based on the keysym values won't work as it was suggested by kitty
author.

Links: kovidgoyal/kitty#6913
@kchibisov kchibisov force-pushed the kitty-latest-spec-sync branch from 3fa3e4e to 2f107c5 Compare December 24, 2023 20:26
Copy link
Member

@chrisduerr chrisduerr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hate it.

@kchibisov kchibisov merged commit 187f9ca into alacritty:master Dec 25, 2023
5 checks passed
@kchibisov
Copy link
Member Author

I hate it.

same.

@kchibisov kchibisov deleted the kitty-latest-spec-sync branch December 25, 2023 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants