# EditingKey

# Type Alias: EditingKey

```ts
type EditingKey = "Enter" | "Escape" | "Space" | "Tab" | "Backspace" | "Delete";
```

Defined in: [hotkey.ts:104](https://github.com/TanStack/hotkeys/blob/main/packages/hotkeys/src/hotkey.ts#L104)

Editing and special keys.
