EDITING_KEYS

Variable: EDITING_KEYS

ts
const EDITING_KEYS: Set<EditingKey>;

Defined in: constants.ts:268

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