A keyboard mapping.
More...
#include "keymap.h"
A keyboard mapping.
entry in the keymap tree
Definition at line 48 of file keymap.h.
◆ STAILQ_ENTRY()
Keymap::STAILQ_ENTRY |
( |
Keymap |
| ) |
|
◆ macro
macro expansion (op == OP_MACRO)
Definition at line 50 of file keymap.h.
◆ desc
description of a macro for the help menu
Definition at line 51 of file keymap.h.
◆ op
operation to perform
Definition at line 52 of file keymap.h.
◆ eq
number of leading keys equal to next entry
Definition at line 53 of file keymap.h.
◆ len
length of key sequence (unit: sizeof (keycode_t))
Definition at line 54 of file keymap.h.
◆ keys
key sequence
Definition at line 55 of file keymap.h.
The documentation for this struct was generated from the following file: