Defined in: createHotkeyRecorder.ts:7
cancelRecording: () => void;
Defined in: createHotkeyRecorder.ts:17
Cancel recording without saving
void
isRecording: () => boolean;
Defined in: createHotkeyRecorder.ts:9
Whether recording is currently active
boolean
recordedHotkey: () => Hotkey | null;
Defined in: createHotkeyRecorder.ts:11
The currently recorded hotkey (for live preview)
Hotkey | null
startRecording: () => void;
Defined in: createHotkeyRecorder.ts:13
Start recording a new hotkey
void
stopRecording: () => void;
Defined in: createHotkeyRecorder.ts:15
Stop recording (same as cancel)
void