# createHotkeySequenceRecorder

# Function: createHotkeySequenceRecorder()

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

Defined in: [createHotkeySequenceRecorder.ts:23](https://github.com/TanStack/hotkeys/blob/main/packages/solid-hotkeys/src/createHotkeySequenceRecorder.ts#L23)

SolidJS primitive for recording multi-chord sequences (Vim-style shortcuts).

## Parameters

### options

`HotkeySequenceRecorderOptions` | () => `HotkeySequenceRecorderOptions`

## Returns

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