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

PreactHotkeySequenceRecorder

Interface: PreactHotkeySequenceRecorder

Defined in: useHotkeySequenceRecorder.ts:10

Properties

cancelRecording()

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

Defined in: useHotkeySequenceRecorder.ts:16

Returns

void


commitRecording()

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

Defined in: useHotkeySequenceRecorder.ts:17

Returns

void


isRecording

ts
isRecording: boolean;
isRecording: boolean;

Defined in: useHotkeySequenceRecorder.ts:11


recordedSequence

ts
recordedSequence: HotkeySequence | null;
recordedSequence: HotkeySequence | null;

Defined in: useHotkeySequenceRecorder.ts:13


startRecording()

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

Defined in: useHotkeySequenceRecorder.ts:14

Returns

void


steps

ts
steps: HotkeySequence;
steps: HotkeySequence;

Defined in: useHotkeySequenceRecorder.ts:12


stopRecording()

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

Defined in: useHotkeySequenceRecorder.ts:15

Returns

void