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