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