Docs
CodeRabbit
Cloudflare
Railway
OpenRouter
WorkOS
AG Grid
Clerk
SerpAPI
Netlify
Unkey
Prisma
Sentry
Electric
CodeRabbit
Cloudflare
Railway
OpenRouter
WorkOS
AG Grid
Clerk
SerpAPI
Netlify
Unkey
Prisma
Sentry
Electric
API Reference
Hotkeys API Reference
Hotkey Sequence API Reference
Key hold & held keys API Reference
Hotkey Recorder API Reference
Hotkey Sequence Recorder API Reference
Normalization & format API Reference
Hotkey Recorder API Reference

HotkeyRecorderState

Interface: HotkeyRecorderState

Defined in: hotkey-recorder.ts:10

State interface for the HotkeyRecorder.

Properties

isRecording

ts
isRecording: boolean;
isRecording: boolean;

Defined in: hotkey-recorder.ts:12

Whether recording is currently active


recordedHotkey

ts
recordedHotkey: Hotkey | null;
recordedHotkey: Hotkey | null;

Defined in: hotkey-recorder.ts:14

The currently recorded hotkey (for live preview)