Logical action id used to look up the runtime handler.
Key binding (platform-aware).
Human-readable description shown in the help modal.
Grouping label used to organize the help modal list.
OptionalflashOptional confirmation text flashed in the status bar when the hotkey fires. Omit for shortcuts whose effect is self-evident (e.g. opening a modal) so we don't spam redundant feedback.
OptionalsequentialWhen true, keys is interpreted as an ordered sequence — the
+-separated tokens must be pressed one after another (e.g.
up+up+down+down+left+right) rather than as a simultaneous chord.
Defaults to false/absent (chord matching).
OptionalunlistedWhen true, the hotkey is hidden from the help modal (and any other UI
that lists shortcuts) but stays fully functional. Useful for easter eggs
or power-user shortcuts. Defaults to false/absent (listed).
A single hotkey entry as loaded from
config.json.idis the logical action name that is resolved at runtime against a handler registry.Source