Hotkeys API Reference

HotkeyCallbackContext

Interface: HotkeyCallbackContext

Defined in: hotkey.ts:387

Context passed to hotkey callbacks along with the keyboard event.

Properties

hotkey

ts
hotkey: Hotkey;

Defined in: hotkey.ts:389

The original hotkey string that was registered


parsedHotkey

ts
parsedHotkey: ParsedHotkey;

Defined in: hotkey.ts:391

The parsed representation of the hotkey