Defined in: useHotkeySequenceRecorder.ts:10
cancelRecording: () => void;cancelRecording: () => void;Defined in: useHotkeySequenceRecorder.ts:16
void
commitRecording: () => void;commitRecording: () => void;Defined in: useHotkeySequenceRecorder.ts:17
void
isRecording: boolean;isRecording: boolean;Defined in: useHotkeySequenceRecorder.ts:11
recordedSequence: HotkeySequence | null;recordedSequence: HotkeySequence | null;Defined in: useHotkeySequenceRecorder.ts:13
startRecording: () => void;startRecording: () => void;Defined in: useHotkeySequenceRecorder.ts:14
void
steps: HotkeySequence;steps: HotkeySequence;Defined in: useHotkeySequenceRecorder.ts:12
stopRecording: () => void;stopRecording: () => void;Defined in: useHotkeySequenceRecorder.ts:15
void