Search notes:

keymap

A keymap is a keyboard table description stored in a file.
The format is vaguely similar to those accepted by xmodmap.
The kernel has a default keymap built into it (drivers/tty/vt/defkeymap.map). This keymap can be modified with loadkeys and viewed with dumpkeys.

Keycode definition

keycode keynumber = keysym keysym keysym ...
keynumber is an internal identification number for a key, roughly equivalent to its scancode.

Index