Defined in: createHotkeys.ts:19
A single hotkey definition for use with createHotkeys.
callback: HotkeyCallback;callback: HotkeyCallback;Defined in: createHotkeys.ts:23
The function to call when the hotkey is pressed
hotkey: RegisterableHotkey;hotkey: RegisterableHotkey;Defined in: createHotkeys.ts:21
The hotkey string (e.g., 'Mod+S', 'Escape') or RawHotkey object
optional options: CreateHotkeyOptions;optional options: CreateHotkeyOptions;Defined in: createHotkeys.ts:25
Per-hotkey options (merged on top of commonOptions)