Expand description
The “X11 Window System Protocol” standard defines in Appendix A the keysym codes. These 29-bit integer values identify characters or functions associated with each key (e.g., via the visible engraving) of a keyboard layout.
This library contains mappings between mnemonic macro names and these keysym codes.
Structs§
Functions§
- lookup_
by_ codepoint - Look up a record by unicode char (unicode code point)
- lookup_
by_ keysym - Look up a mnemonic macro name by the keysym code
- lookup_
by_ name - Look up a record by the mnemonic macro name