-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
feat(linux): mcompile query data 🐘 #8840
feat(linux): mcompile query data 🐘 #8840
Conversation
User Test ResultsTest specification and instructions User tests are not required Test Artifacts |
b532101
to
fedbfbf
Compare
037e517
to
b3a591c
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.
Note that GdkKeymap is deprecated in GTK 4. Therefore I'd prefer if we wouldn't use it.
One possible solution that would work with X11 as well as Wayland would be something along the lines of the implementation of gdk_wayland_keymap_get_entries_for_keycode.
xkb_keymap_new_from_names returns a struct xkb_keymap
pointer. xkb_keymap_key_get_syms_by_level then allows to get the keyvals for a given keycode.
…ignore X_bak_foldercosmetics, comments
…e needed; ; replace some DataTypes
This is the first step necessary for PR #8839. The task is to query the base keyboard data of keyboards
connected to #8839
@keymanapp-test-bot skip