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