AboutSupportDeveloper GuideVersion 41.129.83.3
interface ShortcutOverride {
    command: string;
    keys: string;
    preventDefault?: boolean;
}

Properties

command: string
keys: string

The key combination of the hotkey, i.e. "Ctrl+T".

preventDefault?: boolean
false

Prevent default key handling before emitting the event.