# getHotkeyManager

# Function: getHotkeyManager()

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

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

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

## Returns

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