Key
List of all keys used for inputs. For usage details, see Input.
Key Name | Description |
---|---|
Key.MouseLeft | Left Mouse Button |
Key.MouseRight | Right Mouse Button |
Key.MouseMid | Middle Mouse Button |
Key.MouseX4 | Mouse Button 4 |
Key.MouseX5 | Mouse Button 5 |
Key.Num0 | Numpad 0 |
Key.Num1 | Numpad 1 |
Key.Num2 | Numpad 2 |
Key.Num3 | Numpad 3 |
Key.Num4 | Numpad 4 |
Key.Num5 | Numpad 5 |
Key.Num6 | Numpad 6 |
Key.Num7 | Numpad 7 |
Key.Num8 | Numpad 8 |
Key.Num9 | Numpad 9 |
Key.NumAdd | Numpad Add (+) |
Key.NumDec | Numpad Decimal (.) |
Key.NumDivide | Numpad Divide (/) |
Key.NumMultiply | Numpad Multiply (*) |
Key.NumSub | Numpad Subtract (-) |
Key.Capslock | Caps Lock |
Key.Delete | Delete |
Key.Down | Arrow Down |
Key.End | End |
Key.Enter | Enter / Return |
Key.Escape | Escape (Esc) |
Key.F1 | F1 |
Key.F2 | F2 |
Key.F3 | F3 |
Key.F4 | F4 |
Key.F5 | F5 |
Key.F6 | F6 |
Key.F7 | F7 |
Key.F8 | F8 |
Key.F9 | F9 |
Key.F10 | F10 |
Key.F11 | F11 |
Key.F12 | F12 |
Key.Home | Home |
Key.Insert | Insert |
Key.Left | Arrow Left |
Key.Alt | Alt |
Key.Shift | Shift |
Key.Control | Control (Ctrl) |
Key.LeftAlt | Left Alt |
Key.LeftCtrl | Left Control (Ctrl) |
Key.LeftShift | Left Shift |
Key.LeftSuper | Left Windows Key |
Key.Menu | Menu |
Key.NumLock | Num Lock |
Key.PageDown | Page Down |
Key.PageUp | Page Up |
Key.Pause | Pause |
Key.PrintScrn | Print Screen |
Key.Right | Arrow Right |
Key.RightAlt | Right Alt |
Key.RightCtrl | Right Control (Ctrl) |
Key.RightShift | Right Shift |
Key.RightSuper | Right Windows Key |
Key.ScrollLock | Scroll Lock |
Key.Tab | Tab |
Key.Up | Arrow Up |
Key.A | A Key |
Key.B | B Key |
Key.C | C Key |
Key.D | D Key |
Key.E | E Key |
Key.F | F Key |
Key.G | G Key |
Key.H | H Key |
Key.I | I Key |
Key.J | J Key |
Key.K | K Key |
Key.L | L Key |
Key.M | M Key |
Key.N | N Key |
Key.O | O Key |
Key.P | P Key |
Key.Q | Q Key |
Key.R | R Key |
Key.S | S Key |
Key.T | T Key |
Key.U | U Key |
Key.V | V Key |
Key.W | W Key |
Key.X | X Key |
Key.Y | Y Key |
Key.Z | Z 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 |