Module keymaps::config

source ·
Expand description

Keymap configuration store.

Used to load and store keymap configurations from configuration files.

Structs§

  • The data model for a single keymap configuration.
  • How a key chord is mapped to a symbol.
  • A single mapping from a physical key event into a key meaning. We decode both key presses and key releases, so the actual key event type is not part of the mapping.