# NAVIGATION_KEYS

# Variable: NAVIGATION\_KEYS

```ts
const NAVIGATION_KEYS: Set<NavigationKey>;
```

Defined in: [constants.ts:246](https://github.com/TanStack/hotkeys/blob/main/packages/hotkeys/src/constants.ts#L246)

Set of all valid navigation keys for cursor movement and document navigation.

Includes arrow keys, Home/End (line navigation), and PageUp/PageDown (page navigation).
These keys are commonly combined with modifiers for selection (Shift+ArrowUp) or
navigation shortcuts (Alt+ArrowLeft for back).
