# getHotkeyManager

```ts
function getHotkeyManager(): HotkeyManager;
```

Defined in: [hotkey-manager.ts:812](https://github.com/TanStack/hotkeys/blob/main/packages/hotkeys/src/hotkey-manager.ts#L812)

Gets the singleton HotkeyManager instance.
Convenience function for accessing the manager.

## Returns

[`HotkeyManager`](../classes/HotkeyManager.md)
