interface KeymapEntry {
    combos: string[];
    command: string;
    label: string;
}

Properties

Properties

combos: string[]

Canonical combos that trigger this command.

command: string
label: string