Expand description
Keyboard symbols for X11.
Modules§
- key
- A list of raw keyboard symbols.
Structs§
- KeyCode
- The keyboard code, often corresponding to a physical key.
- Keysym
- The keyboard symbol, often corresponding to a character.
Constants§
- NO_
SYMBOL - The “empty” keyboard symbol.
Functions§
- keysym
- Get the keyboard symbol from a keyboard code and its column.
Type Aliases§
- RawKey
Code - The type of a raw keyboard code.
- RawKeysym
- The type of a raw keyboard symbol.