# CanonicalModifier

```ts
type CanonicalModifier = "Control" | "Shift" | "Alt" | "Meta";
```

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

Canonical modifier names that map to KeyboardEvent properties.
