# PunctuationKey

# Type Alias: PunctuationKey

```ts
type PunctuationKey = "/" | "[" | "]" | "\" | "=" | "-" | "," | "." | ";" | "`";
```

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

Punctuation keys commonly used in keyboard shortcuts.
These are the literal characters as they appear in KeyboardEvent.key
(layout-dependent, typically US keyboard layout).
