# createHotkeyRecorder

# Function: createHotkeyRecorder()

```ts
function createHotkeyRecorder(options): SvelteHotkeyRecorder;
```

Defined in: [packages/svelte-hotkeys/src/createHotkeyRecorder.svelte.ts:98](https://github.com/TanStack/hotkeys/blob/main/packages/svelte-hotkeys/src/createHotkeyRecorder.svelte.ts#L98)

## Parameters

### options

`MaybeGetter`\<`HotkeyRecorderOptions`\>

## Returns

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