# Key

```ts
type Key = LogicalKey | PhysicalKey;
```

Defined in: [key.types.ts:250](https://github.com/TanStack/hotkeys/blob/main/packages/hotkeys/src/key.types.ts#L250)

All supported logical keys and bracketed physical key tokens.
