# ModifierKey

The `ModifierKey` table contains Microsoft virtual key-code strings that are meant to be modifier keys such as `CONTROL` and `ALT`.

**This table is automatically populated with data.  
Do not modify the data inside this table.**

## Modifier key-code strings
```md
SHIFT
CONTROL
ALT
```

## Example
```lua
local CTRL_Key = ModifierKey.CONTROL
```