问题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? 回答1:Try this. 来源:https://stackoverflow.com/questions/1268600/how-do-i-map-an-x11-keysym-to-a-unicode-character 标签 unicode x11 keyboard-layout xorg