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
AI/LLM: This documentation page is available in plain markdown format at/hotkeys/latest/docs/framework/solid/reference/interfaces/CreateHotkeySequenceDefinition.md
Hotkey Sequence API Reference

CreateHotkeySequenceDefinition

Interface: CreateHotkeySequenceDefinition

Defined in: createHotkeySequences.ts:14

A single sequence definition for use with createHotkeySequences.

Properties

callback

ts
callback: HotkeyCallback;

Defined in: createHotkeySequences.ts:18

The function to call when the sequence is completed


options?

ts
optional options: CreateHotkeySequenceOptions;

Defined in: createHotkeySequences.ts:20

Per-sequence options (merged on top of commonOptions)


sequence

ts
sequence: HotkeySequence;

Defined in: createHotkeySequences.ts:16

Array of hotkey strings that form the sequence