-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update to v1.0.0 (funcs xkb_utf32_to_keysym, xkb_keymap_key_get_mods_for_level) #19
Comments
Adding
|
Can you let me know if #20 does what you need? |
Exactly, what we need. The added code I did not test. Should I? |
If you can check that it does what you expect, that would be good. I had a quick look while I was writing the test for it, and it appears to return plausible sets of modifiers for keys, but I don't use that call myself so I don't know if it's right. |
Could you guide me how to initiate the project and run the test on local machine (Ubuntu 22.04 aswell) ? Because
|
These days see https://setuptools.pypa.io/en/latest/userguide/development_mode.html
|
AFAIK it can be merged. The while True: cycle sounds better than allocating entire space at start About your idea of a helper: might be useful to have an equivalent for this function
|
Ok, I'll make a release 1.0 which includes this, and upload it to pypi. |
Thank you! |
Hello there!
do you think that would be possible add funcs
xkb_utf32_to_keysym
andxkb_keymap_key_get_mods_for_level
which have been added into libxkbcommon by changelog in next v1.0.0? (I could offer to create a pull request eventually)Link to a related project that would use both func in the same way as it uses how-to-type tool from libxkbcommon repository.
The text was updated successfully, but these errors were encountered: