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 API Reference
Held Keys API Reference
Hotkey Recorder API Reference
Hotkey Sequence Recorder API Reference
Format for Display API Reference
Hotkey Recorder API Reference

AngularHotkeyRecorder

Interface: AngularHotkeyRecorder

Defined in: injectHotkeyRecorder.ts:15

Properties

cancelRecording()

ts
readonly cancelRecording: () => void;

Defined in: injectHotkeyRecorder.ts:25

Cancel recording without saving

Returns

void


isRecording()

ts
readonly isRecording: () => boolean;

Defined in: injectHotkeyRecorder.ts:17

Whether recording is currently active

Returns

boolean


recordedHotkey()

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

Defined in: injectHotkeyRecorder.ts:19

The currently recorded hotkey (for live preview)

Returns

Hotkey | null


startRecording()

ts
readonly startRecording: () => void;

Defined in: injectHotkeyRecorder.ts:21

Start recording a new hotkey

Returns

void


stopRecording()

ts
readonly stopRecording: () => void;

Defined in: injectHotkeyRecorder.ts:23

Stop recording (same as cancel)

Returns

void