Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
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 Sequence Recorder API Reference

SolidHotkeySequenceRecorder

Interface: SolidHotkeySequenceRecorder

Defined in: createHotkeySequenceRecorder.ts:10

Properties

cancelRecording()

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

Defined in: createHotkeySequenceRecorder.ts:16

Returns

void


commitRecording()

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

Defined in: createHotkeySequenceRecorder.ts:17

Returns

void


isRecording()

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

Defined in: createHotkeySequenceRecorder.ts:11

Returns

boolean


recordedSequence()

ts
recordedSequence: () => HotkeySequence | null;
recordedSequence: () => HotkeySequence | null;

Defined in: createHotkeySequenceRecorder.ts:13

Returns

HotkeySequence | null


startRecording()

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

Defined in: createHotkeySequenceRecorder.ts:14

Returns

void


steps()

ts
steps: () => HotkeySequence;
steps: () => HotkeySequence;

Defined in: createHotkeySequenceRecorder.ts:12

Returns

HotkeySequence


stopRecording()

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

Defined in: createHotkeySequenceRecorder.ts:15

Returns

void