Defined in: useHotkeySequenceRecorder.ts:10
cancelRecording: () => void;
Defined in: useHotkeySequenceRecorder.ts:19
void
commitRecording: () => void;
Defined in: useHotkeySequenceRecorder.ts:21
Commit current steps (no-op if empty)
void
isRecording: boolean;
Defined in: useHotkeySequenceRecorder.ts:12
Whether recording is currently active
recordedSequence: HotkeySequence | null;
Defined in: useHotkeySequenceRecorder.ts:16
Last committed sequence
startRecording: () => void;
Defined in: useHotkeySequenceRecorder.ts:17
void
steps: HotkeySequence;
Defined in: useHotkeySequenceRecorder.ts:14
Chords captured in the current session
stopRecording: () => void;
Defined in: useHotkeySequenceRecorder.ts:18
void