[−][src]Crate x11_keysymdef
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
Record |
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 |