# IndividualKey

# Type Alias: IndividualKey

```ts
type IndividualKey = CanonicalModifier | Key;
```

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

Includes both modifier keys and regular keys.
