Hotkey Recorder API Reference

HotkeyRecorderState

Interface: HotkeyRecorderState

Defined in: recorder.ts:14

State interface for the HotkeyRecorder.

Properties

isRecording

ts
isRecording: boolean;

Defined in: recorder.ts:16

Whether recording is currently active


recordedHotkey

ts
recordedHotkey: Hotkey | null;

Defined in: recorder.ts:18

The currently recorded hotkey (for live preview)