# useHotkeySequenceRecorder

# Function: useHotkeySequenceRecorder()

```ts
function useHotkeySequenceRecorder(options): VueHotkeySequenceRecorder;
```

Defined in: [packages/vue-hotkeys/src/useHotkeySequenceRecorder.ts:24](https://github.com/TanStack/hotkeys/blob/main/packages/vue-hotkeys/src/useHotkeySequenceRecorder.ts#L24)

Vue composable for recording multi-chord sequences (Vim-style shortcuts).

## Parameters

### options

`MaybeRefOrGetter`\<`HotkeySequenceRecorderOptions`\>

## Returns

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