pub type KeyTableMap = BTreeMap<KeyTableName, KeyTable>;Expand description
The full keybinding store: every table by name. Lives on
crate::TearTheme / the shikumi config so a reload swaps the
whole map atomically.
Aliased Type§
pub struct KeyTableMap { /* private fields */ }