Defined in: injectHotkeyRecorder.ts:15
readonly cancelRecording: () => void;
Defined in: injectHotkeyRecorder.ts:25
Cancel recording without saving
void
readonly isRecording: () => boolean;
Defined in: injectHotkeyRecorder.ts:17
Whether recording is currently active
boolean
readonly recordedHotkey: () => Hotkey | null;
Defined in: injectHotkeyRecorder.ts:19
The currently recorded hotkey (for live preview)
Hotkey | null
readonly startRecording: () => void;
Defined in: injectHotkeyRecorder.ts:21
Start recording a new hotkey
void
readonly stopRecording: () => void;
Defined in: injectHotkeyRecorder.ts:23
Stop recording (same as cancel)
void