Docs
Cloudflare
CodeRabbit
Railway
OpenRouter
Netlify
WorkOS
AG Grid
Clerk
SerpAPI
Unkey
Electric
Prisma
Sentry
Cloudflare
CodeRabbit
Railway
OpenRouter
Netlify
WorkOS
AG Grid
Clerk
SerpAPI
Unkey
Electric
Prisma
Sentry
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

SolidHotkeyRecorder

Interface: SolidHotkeyRecorder

Defined in: createHotkeyRecorder.ts:7

Properties

cancelRecording()

ts
cancelRecording: () => void;
cancelRecording: () => void;

Defined in: createHotkeyRecorder.ts:17

Cancel recording without saving

Returns

void


isRecording()

ts
isRecording: () => boolean;
isRecording: () => boolean;

Defined in: createHotkeyRecorder.ts:9

Whether recording is currently active

Returns

boolean


recordedHotkey()

ts
recordedHotkey: () => Hotkey | null;
recordedHotkey: () => Hotkey | null;

Defined in: createHotkeyRecorder.ts:11

The currently recorded hotkey (for live preview)

Returns

Hotkey | null


startRecording()

ts
startRecording: () => void;
startRecording: () => void;

Defined in: createHotkeyRecorder.ts:13

Start recording a new hotkey

Returns

void


stopRecording()

ts
stopRecording: () => void;
stopRecording: () => void;

Defined in: createHotkeyRecorder.ts:15

Stop recording (same as cancel)

Returns

void