# LogicalKey

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

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

Supported logical key names, excluding bracketed physical-code syntax.
