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