Defined in: hotkey-sequence-recorder.ts:17
State interface for the HotkeySequenceRecorder.
isRecording: boolean;isRecording: boolean;Defined in: hotkey-sequence-recorder.ts:19
Whether recording is currently active
recordedSequence: HotkeySequence | null;recordedSequence: HotkeySequence | null;Defined in: hotkey-sequence-recorder.ts:23
The last successfully committed sequence, or null if none / after starting a new session
steps: HotkeySequence;steps: HotkeySequence;Defined in: hotkey-sequence-recorder.ts:21
Chords captured so far in the current recording session