-
Notifications
You must be signed in to change notification settings - Fork 123
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
Keysyms update #375
Keysyms update #375
Conversation
The test |
30d09c7
to
0a59aa4
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, feel free to merge once xorgproto is ready
0a59aa4
to
1a2db31
Compare
Use `pathlib` for proper path handling.
xorgproto commit: 1c8128d72df22843a2022576850bc5ab5e3a46ea.
- Update keymap to use reference keysym names. - Fix x11comp test by handling old x11proto. We need xkbcomp to be compiled with at least x11proto-dev 2023.2. So we replace the unsupported keysyms with supported ones not already in the keymap. This is kind of ugly, but it works. If we ever want to restore the original keysyms with their supported names, the substitute keysyms will be easy to spot.
1a2db31
to
07ac949
Compare
Rebased, updated with latest xorgproto, reworked commits. Will merge when CI is successful. |
Fixes #358
NOTE: wait for the following MR in
xorgproto
to be merged:Then the commit message should be updated with the correct
xorgproto
commit ref.