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
API Reference
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 Sequence API Reference

UseHotkeySequenceDefinition

Interface: UseHotkeySequenceDefinition

Defined in: useHotkeySequences.ts:15

A single sequence definition for use with useHotkeySequences.

Properties

callback

ts
callback: HotkeyCallback;

Defined in: useHotkeySequences.ts:19

The function to call when the sequence is completed


options?

ts
optional options: UseHotkeySequenceOptions;

Defined in: useHotkeySequences.ts:21

Per-sequence options (merged on top of commonOptions)


sequence

ts
sequence: HotkeySequence;

Defined in: useHotkeySequences.ts:17

Array of hotkey strings that form the sequence