Skip to main content

Key

List of all keys used for inputs. For usage details, see Input.

Key NameDescription
Key.MouseLeftLeft Mouse Button
Key.MouseRightRight Mouse Button
Key.MouseMidMiddle Mouse Button
Key.MouseX4Mouse Button 4
Key.MouseX5Mouse Button 5
Key.Num0Numpad 0
Key.Num1Numpad 1
Key.Num2Numpad 2
Key.Num3Numpad 3
Key.Num4Numpad 4
Key.Num5Numpad 5
Key.Num6Numpad 6
Key.Num7Numpad 7
Key.Num8Numpad 8
Key.Num9Numpad 9
Key.NumAddNumpad Add (+)
Key.NumDecNumpad Decimal (.)
Key.NumDivideNumpad Divide (/)
Key.NumMultiplyNumpad Multiply (*)
Key.NumSubNumpad Subtract (-)
Key.CapslockCaps Lock
Key.DeleteDelete
Key.DownArrow Down
Key.EndEnd
Key.EnterEnter / Return
Key.EscapeEscape (Esc)
Key.F1F1
Key.F2F2
Key.F3F3
Key.F4F4
Key.F5F5
Key.F6F6
Key.F7F7
Key.F8F8
Key.F9F9
Key.F10F10
Key.F11F11
Key.F12F12
Key.HomeHome
Key.InsertInsert
Key.LeftArrow Left
Key.AltAlt
Key.ShiftShift
Key.ControlControl (Ctrl)
Key.LeftAltLeft Alt
Key.LeftCtrlLeft Control (Ctrl)
Key.LeftShiftLeft Shift
Key.LeftSuperLeft Windows Key
Key.MenuMenu
Key.NumLockNum Lock
Key.PageDownPage Down
Key.PageUpPage Up
Key.PausePause
Key.PrintScrnPrint Screen
Key.RightArrow Right
Key.RightAltRight Alt
Key.RightCtrlRight Control (Ctrl)
Key.RightShiftRight Shift
Key.RightSuperRight Windows Key
Key.ScrollLockScroll Lock
Key.TabTab
Key.UpArrow Up
Key.AA Key
Key.BB Key
Key.CC Key
Key.DD Key
Key.EE Key
Key.FF Key
Key.GG Key
Key.HH Key
Key.II Key
Key.JJ Key
Key.KK Key
Key.LL Key
Key.MM Key
Key.NN Key
Key.OO Key
Key.PP Key
Key.QQ Key
Key.RR Key
Key.SS Key
Key.TT Key
Key.UU Key
Key.VV Key
Key.WW Key
Key.XX Key
Key.YY Key
Key.ZZ Key
string.byte("0")0 Key
string.byte("1")1 Key
string.byte("2")2 Key
string.byte("3")3 Key
string.byte("4")4 Key
string.byte("5")5 Key
string.byte("6")6 Key
string.byte("7")7 Key
string.byte("8")8 Key
string.byte("9")9 Key
string.byte("[")[ Key
string.byte("]")] Key
string.byte(",")Comma Key
string.byte(".")Period Key
string.byte(";")Semicolon Key
string.byte("'")Single Quote Key
string.byte("\"")Double Quote Key
string.byte("/")Slash Key
string.byte("\")Backslash Key
string.byte("-")Dash Key
string.byte("=")Equals Key
string.byte("~")Tilde Key
string.byte("!")Exclamation Mark Key
string.byte("@")At Symbol Key
string.byte("#")Hash Key
string.byte("$")Dollar Sign Key
string.byte("%")Percent Key
string.byte("^")Caret Key
string.byte("&")Ampersand Key
string.byte("*")Asterisk Key
string.byte("(")Left Parenthesis Key
string.byte(")")Right Parenthesis Key
string.byte("_")Underscore Key
string.byte("+")Plus Key