AboutSupportDeveloper GuideVersion 39.125.81.6
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

Default Value

false

Prevent default key handling before emitting the event.