bindable keys
Bindable keys are the keyboard keys, which can be set/used during a game-play. All the bindable keys can be seen here:
You can set one of these keys for movement, for example: set W for moving forward, S for moving backward, A to strafe left, D to strafe right.
To set one or more keys, just go into the game options from main menu, click on one of the things you want to control and hit the key you want to control with.
Scripting Name | Normal Name |
---|---|
MOUSE1 | Mouse Button 1 |
MOUSE2 | Mouse Button 2 |
MOUSE3 | Mouse Button 3 (Middle Button) |
MOUSE4 | Mouse Button 4(*) |
MOUSE5 | Mouse Button 5(*) |
MWHEELUP | Mouse Scroll Wheel Up |
MWHEELDOWN | Mouse Scroll Wheel Down |
1 | One |
2 | Two |
3 | Three |
4 | Four |
5 | Five |
6 | Six |
7 | Seven |
8 | Eight |
9 | Nine |
0 | Zero |
A | A |
B | B |
C | C |
D | D |
E | E |
F | F |
G | G |
H | H |
I | I |
J | J |
K | K |
L | L |
M | M |
N | N |
O | O |
P | P |
Q | Q |
R | R |
S | S |
T | T |
U | U |
V | V |
W | W |
X | X |
Y | Y |
Z | Z |
F1 | F1 |
F2 | F2 |
F3 | F3 |
F4 | F4 |
F5 | F5 |
F6 | F6 |
F7 | F7 |
F8 | F8 |
F9 | F9 |
F10 | F10 |
F11 | F11 |
F12 | F12 |
` | Left Quote or Tilde |
‘ | Right Quote |
– | Hyphen |
= | Equals sign |
] | Right Bracket |
\ | Forward Slash |
, | Comma |
/ | Backslash |
SPACE | Spacebar |
ENTER | Enter |
ESCAPE | Escape |
PAUSE | Pause/Break |
BACKSPACE | Backspace |
TAB | Tab |
SEMICOLON | Semicolon ; |
SHIFT | Shift |
CTRL | Control |
ALT | Alt |
UPARROW | Up Arrow |
DOWNARROW | Down Arrow |
LEFTARROW | Left Arrow |
RIGHTARROW | Right Arrow |
INS | Insert |
HOME | Home |
PGUP | Page Up |
PGDN | Page Down |
DEL | Delete |
END | End |
KP_HOME | Keypad Home/7 |
KP_UPARROW | Keypad Up Arrow/8 |
KP_PGUP | Keypad Page Up/9 |
KP_LEFTARROW | Keypad Left Arrow/4 |
KP_5 | Keypad 5 |
KP_RIGHTARROW | Keypad Right Arrow/6 |
KP_END | Keypad End/1 |
KP_ENTER | Keypad Enter |
KP_DOWNARROW | Keypad Down Arrow/2 |
KP_PGDN | Keypad Page Down/3 |
KP_INS | Keypad Insert/0 |
KP_DEL | Keypad Delete |
KP_SLASH | Keypad Backslash |
KP_MINUS | Keypad Hyphen |
KP_PLUS | Keypad Plus |
KP_MULTIPLY | Keypad Asterisk |