# FunctionKey

# Type Alias: FunctionKey

```ts
type FunctionKey = 
  | "F1"
  | "F2"
  | "F3"
  | "F4"
  | "F5"
  | "F6"
  | "F7"
  | "F8"
  | "F9"
  | "F10"
  | "F11"
  | "F12";
```

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

Function keys F1-F12.
