AboutSupportDeveloper GuideVersion 38.126.82.64
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.