# EDITING_KEYS

# Variable: EDITING\_KEYS

```ts
const EDITING_KEYS: Set<EditingKey>;
```

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

Set of all valid editing and special keys.

Includes keys commonly used for text editing (Enter, Backspace, Delete, Tab) and
special actions (Escape, Space). These keys are frequently combined with modifiers
for editor shortcuts (Mod+Enter to submit, Shift+Tab to go back).
