Crate xkeysym

Source
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§

RawKeyCode
The type of a raw keyboard code.
RawKeysym
The type of a raw keyboard symbol.