# Key

# Type Alias: Key

```ts
type Key = NonPunctuationKey | PunctuationKey;
```

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

All supported non-modifier keys.
