Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 707 Bytes

File metadata and controls

34 lines (21 loc) · 707 Bytes
id HotkeyCallbackContext
title HotkeyCallbackContext

Interface: HotkeyCallbackContext

Defined in: hotkey.ts:385

Context passed to hotkey callbacks along with the keyboard event.

Properties

hotkey

hotkey: Hotkey;

Defined in: hotkey.ts:387

The original hotkey string that was registered


parsedHotkey

parsedHotkey: ParsedHotkey;

Defined in: hotkey.ts:389

The parsed representation of the hotkey