# injectHotkeySequenceRecorder

# Function: injectHotkeySequenceRecorder()

```ts
function injectHotkeySequenceRecorder(options): AngularHotkeySequenceRecorder;
```

Defined in: [injectHotkeySequenceRecorder.ts:31](https://github.com/TanStack/hotkeys/blob/main/packages/angular-hotkeys/src/injectHotkeySequenceRecorder.ts#L31)

Angular inject-based API for recording multi-chord sequences.

## Parameters

### options

`HotkeySequenceRecorderOptions` | () => `HotkeySequenceRecorderOptions`

## Returns

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