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

Revert select_xkb_events to its previous impl #3087

Merged
merged 1 commit into from
Sep 7, 2023
Merged

Conversation

notgull
Copy link
Member

@notgull notgull commented Sep 5, 2023

The new implementation of select_xkb_events apparently misconfigures the server. This commit does a temporary fix by just reverting it to its previous implementation.

This is temporary until I can figure out what Xlib is doing behind the scenes or until I read xkbproto.pdf.

Closes #3079 for now

  • Tested on all platforms changed
  • [] Added an entry to CHANGELOG.md if knowledge of this change could be valuable to users
  • Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
  • Created or updated an example program if it would help users understand this functionality
  • Updated feature matrix, if new features were added or implemented

The new implementation of select_xkb_events apparently misconfigures
the server. This commit does a temporary fix by just reverting it to its
previous implementation.

This is temporary until I can figure out what Xlib is doing behind the
scenes or until I read xkbproto.pdf.

Closes #3079 for now

Signed-off-by: John Nunley <dev@notgull.net>
@kchibisov kchibisov merged commit 4f0ce72 into master Sep 7, 2023
50 checks passed
@kchibisov kchibisov deleted the notgull/fix-key-x11 branch September 7, 2023 06:25
@notgull notgull mentioned this pull request Oct 28, 2023
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.

Invalid text in KeyEvent on Linux after recent change
2 participants