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

Keysym update/cleanup #1705

Merged
merged 5 commits into from
Dec 13, 2023
Merged

Keysym update/cleanup #1705

merged 5 commits into from
Dec 13, 2023

Conversation

CendioOssman
Copy link
Member

Some clean-ups in the keysym handling, mainly in the viewer.

The main functional difference is better debug logs for the keyboard.

This is mainly a copy of XKeysymToString() from libX11. We've also added
a wrapper that still gives a string, even if there is no name for the
requested keysym.

This grows the binaries a bit, but not with any extreme amount so is
hopefully worth it to get better debug logging.
This make sure we have any new defines, in case we want to use them.
This is a manually set up table specific for TigerVNC. For clarity,
separate it out from the general keysym/Unicode table.
Make it easier to see what's code and what's just a lot of data.
All the information we need is now available in keysymdef.h, so let's
get everything updated and in sync.
@CendioOssman CendioOssman merged commit effd854 into TigerVNC:master Dec 13, 2023
12 checks passed
@CendioOssman CendioOssman deleted the keysym branch December 13, 2023 11:43
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