# createHotkeySequenceRecorder

# Function: createHotkeySequenceRecorder()

```ts
function createHotkeySequenceRecorder(options): SvelteHotkeySequenceRecorder;
```

Defined in: [packages/svelte-hotkeys/src/createHotkeySequenceRecorder.svelte.ts:73](https://github.com/TanStack/hotkeys/blob/main/packages/svelte-hotkeys/src/createHotkeySequenceRecorder.svelte.ts#L73)

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

## Parameters

### options

`MaybeGetter`\<`HotkeySequenceRecorderOptions`\>

## Returns

[`SvelteHotkeySequenceRecorder`](../interfaces/SvelteHotkeySequenceRecorder.md)
