interface Keybinding {
    args?: (null | string | number | boolean)[];
    command: string;
    key: string;
    mac?: string;
    when?: When;
}

Hierarchy

  • KeybindingBase
    • Keybinding

Properties

args?: (null | string | number | boolean)[]
command: string
key: string
mac?: string
when?: When

Generated using TypeDoc