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

HotkeysProviderOptions

Interface: HotkeysProviderOptions

Defined in: packages/svelte-hotkeys/src/HotkeysCtx.ts:10

Properties

hotkey?

ts
optional hotkey: Partial<CreateHotkeyOptions>;
optional hotkey: Partial<CreateHotkeyOptions>;

Defined in: packages/svelte-hotkeys/src/HotkeysCtx.ts:11


hotkeyRecorder?

ts
optional hotkeyRecorder: Partial<HotkeyRecorderOptions>;
optional hotkeyRecorder: Partial<HotkeyRecorderOptions>;

Defined in: packages/svelte-hotkeys/src/HotkeysCtx.ts:12


hotkeySequence?

ts
optional hotkeySequence: Partial<CreateHotkeySequenceOptions>;
optional hotkeySequence: Partial<CreateHotkeySequenceOptions>;

Defined in: packages/svelte-hotkeys/src/HotkeysCtx.ts:14


hotkeySequenceRecorder?

ts
optional hotkeySequenceRecorder: Partial<HotkeySequenceRecorderOptions>;
optional hotkeySequenceRecorder: Partial<HotkeySequenceRecorderOptions>;

Defined in: packages/svelte-hotkeys/src/HotkeysCtx.ts:13