ABCDEFGHIJKLMNOPQRST
1
Button BindsCodesNotes
2
DPADCreated by Raptor Red
3
DPAD Upbind DPAD_UPactionslot 1
4
DPAD Downbind DPAD_DOWNactionslot 2
5
DPAD Leftbind DPAD_LEFTactionslot 3
6
DPAD Rightbind DPAD_RIGHTactionslot 4
7
Analog Stick (Buttons)
8
Right Stickbind BUTTON_RSTICKbind BUTTON_RSTICK "+melee;
9
Left Stickbind BUTTON_LSTICKbind BUTTON_LSTICK "+breathe_sprint;
10
Buttons
11
A Buttonbind BUTTON_A
12
B Buttonbind BUTTON_Bbind BUTTON_B "+stance;
13
X Buttonbind BUTTON_Xbind BUTTON_X "+usereload;
14
Y Buttonbind BUTTON_Y
15
Shoulder Bumpers
16
Left Bumper (LB)bind BUTTON_LSHLDRbind BUTTON_LSHLDR "+smoke;
17
Right Bumper (RB)bind BUTTON_RSHLDRbind BUTTON_RSHLDR "+frag;
18
Triggers
19
Right Trigger (RT)bind BUTTON_RTRIGbind BUTTON_RTRIG "+attack;
20
Left Trigger (LT)bind BUTTON_LTRIG
21
Analog Stick (Movement)
22
Move Up on LStickbind APAD_UP
23
Move Down on LStickbind APAD_DOWN
24
Move Left on LStickbind APAD_LEFT
25
Move Right on LStickbind APAD_RIGHT
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100