# useHotkeySequenceRecorder

# Function: useHotkeySequenceRecorder()

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

Defined in: [useHotkeySequenceRecorder.ts:29](https://github.com/TanStack/hotkeys/blob/main/packages/react-hotkeys/src/useHotkeySequenceRecorder.ts#L29)

React hook for recording multi-chord sequences (Vim-style shortcuts).

## Parameters

### options

`HotkeySequenceRecorderOptions`

Configuration options for the hotkey sequence recorder

## Returns

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