X11 maps keycodes to keysyms and then maps keysyms to Unicode. What's a good way to retrieve keysym to Unicode mappings in a program?
How do I map an X11 keysym to a Unicode character?
Asked Answered
Try this.
That's great! The same author has an easy to parse text file with those mappings which is what I used in my Python program. –
Giant
© 2022 - 2024 — McMap. All rights reserved.