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

AngularHotkeySequenceRecorder

Interface: AngularHotkeySequenceRecorder

Defined in: injectHotkeySequenceRecorder.ts:18

Properties

cancelRecording()

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

Defined in: injectHotkeySequenceRecorder.ts:24

Returns

void


commitRecording()

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

Defined in: injectHotkeySequenceRecorder.ts:25

Returns

void


isRecording()

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

Defined in: injectHotkeySequenceRecorder.ts:19

Returns

boolean


recordedSequence()

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

Defined in: injectHotkeySequenceRecorder.ts:21

Returns

HotkeySequence | null


startRecording()

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

Defined in: injectHotkeySequenceRecorder.ts:22

Returns

void


steps()

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

Defined in: injectHotkeySequenceRecorder.ts:20

Returns

HotkeySequence


stopRecording()

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

Defined in: injectHotkeySequenceRecorder.ts:23

Returns

void