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
ALTExample
lua
local CTRL_Key = ModifierKey.CONTROL
小莫的维基库