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