NAVIGATION_KEYS

Variable: NAVIGATION_KEYS

ts
const NAVIGATION_KEYS: Set<NavigationKey>;

Defined in: constants.ts:250

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).