Type alias Hotkey

Hotkey: {
    keys: string;
    preventDefault?: boolean;
}

A hotkey binding.

Type declaration

  • keys: string

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

  • Optional preventDefault?: boolean

    Default Value

    false

    Prevent default key handling before emitting the event.

Generated using TypeDoc