# NonPunctuationKey

```ts
type NonPunctuationKey = 
  | LetterKey
  | NumberKey
  | EditingKey
  | NavigationKey
  | FunctionKey
  | NamedKey;
```

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

Supported logical key names other than printable punctuation.
