Format used for passing preferred shortcut configurations.

interface HotkeyLookup {
    keyCombo: string;
    name: string;
}

Properties

Properties

keyCombo: string
name: string