TanStack
Hotkey Sequence Recorder API Reference

createHotkeySequenceRecorder

Function: createHotkeySequenceRecorder()

ts
function createHotkeySequenceRecorder(options): SvelteHotkeySequenceRecorder;

Defined in: packages/svelte-hotkeys/src/createHotkeySequenceRecorder.svelte.ts:73

Svelte helper for recording multi-chord sequences (Vim-style shortcuts).

Parameters

options

MaybeGetter<HotkeySequenceRecorderOptions>

Returns

SvelteHotkeySequenceRecorder