AI Notice: Most documentation right now was auto-generated by an LLM. Handwritten documentation will be implemented over time on the road to 1.0
CommandShortcut
Keyboard shortcut configuration for a command.
Signature
interface CommandShortcut {
defaults?: ShortcutDefinition[];
allowDefault?: boolean;
priority?: number;
}Members
| Name | Type | Required | Description |
|---|---|---|---|
defaults | ShortcutDefinition[] | no | Default shortcut(s) - up to 3 |
allowDefault | boolean | no | If true, don’t call preventDefault() after handling |
priority | number | no | Priority for conflict resolution (higher = checked first) |