Defined in: hotkey-recorder.ts:9
State interface for the HotkeyRecorder.
isRecording: boolean;
Defined in: hotkey-recorder.ts:11
Whether recording is currently active
recordedHotkey: Hotkey | null;
Defined in: hotkey-recorder.ts:13
The currently recorded hotkey (for live preview)