How do I map an X11 keysym to a Unicode character?
Asked Answered
G

1

4

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?

Giant answered 12/8, 2009 at 20:39 Comment(0)
H
7

Try this.

Hungary answered 12/8, 2009 at 20:56 Comment(1)
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.