-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcs2_binds_competitive.cfg
122 lines (111 loc) · 3.29 KB
/
cs2_binds_competitive.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
// Copied from cs2_mouse. Just in case you run this file alone
bind "MOUSE_X" "yaw" // Enable horizontal mouse movement (yaw)
bind "MOUSE_Y" "pitch" // Enable vertical mouse movement (pitch)
m_pitch "0.022" // Default
m_yaw "0.022" // Default
// Mouse buttons
bind "mouse1" "+attack"
bind "mouse2" "+attack2"
bind "mouse3" "" // Mouse wheel button
bind "mouse4" "clutch_mode_toggle"
bind "mouse5" "clutch_mode_toggle"
bind "mwheelup" "+jump"
bind "mwheeldown" "+jump"
// Number row
bind scancode53 "toggleconsole"
bind "1" "slot1" // Primary Weapon
bind "2" "slot2" // Secondary Weapon
bind "3" "slot3" // Knife
bind "4" "slot6" // HE grenade
bind "5" "slot5" // C4
bind "6" "slot12" // Healthshot deathmatch
bind "7" "buy hegrenade"
bind "8" "buy flashbang"
bind "9" "buy smokegrenade"
bind "0" "buy molotov; buy incgrenade"
bind "-" "snd_tensecondwarning_volume 0" // You already heard it. Now it should be muted. Don't forget to unmute it for the next round.
bind "=" "snd_tensecondwarning_volume 0.3" // Don't forget to unmute it for the next round.
// Up row
bind "q" "snd_tensecondwarning_volume 0" // You already heard it. Now it should be muted. Don't forget to unmute it for the next round.
bind "w" "+forward"
bind "e" "+use"
bind "r" "+reload"
bind "t" "+spray_menu"
bind "y" "messagemode"
bind "u" "messagemode2"
bind "i" ""
bind "o" ""
bind "p" "slot9" // Decoy
// Home row
bind "a" "+left"
bind "s" "+back"
bind "d" "+right"
bind "f" "player_ping"
bind "g" "drop"
bind "h" ""
bind "j" ""
bind "k" ""
bind "l" ""
// Down row
bind scancode100 "" // Too hard to press this button
bind "z" "+lookatweapon"
bind "x" "slot7" // Flashbang
bind "c" "slot8" // Smoke grenade
bind "v" "slot10" // Molotov
bind "b" "buymenu"
bind "n" "+jump "
bind "m" "teammenu"
bind "," ""
bind "." ""
// Control keys
bind "escape" "cancelselect"
bind "tab" "+showscores"
bind "capslock" "+voicerecord"
bind "shift" "+sprint"
bind "ctrl" "+duck"
bind "alt" ""
bind "space" "radarinsidesmoke"
bind "backspace" sellbackall
bind "enter" ""
// Weapon/Armor/Kit binds
bind "ins" "buy vest;" // Insert -> Vest without helm
bind "home" "buy vesthelm;" // Home -> Vest with helm
bind "pgup" "buy defuser;" // Page Up -> Defuse Kit
bind "del" "buy ak47; buy m4a1_silencer;" // Delete -> Main rifle (ak47 ,m4a1-s) - For m4a4 use "m4a1"
bind "end" "buy galilar; buy famas;" // End -> 2nd rifle (galil or famas)
bind "pgdn" "buy awp;" // Page Down -> Main snipe rifle (awp)
// Arrow keys
bind "leftarrow" "+radialradio"
bind "uparrow" "+radialradio2"
bind "downarrow" ""
bind "rightarrow" "+radialradio3"
// Function Keys
bind "F1" ""
bind "F2" "" // Default is "demoui"
bind "F3" "" // Default is "autobuy"
bind "F4" "" // Default is "rebuy"
bind "F5" "" // Default is "jpeg" // CSGO's screenshot bind
bind "F6" "" // Default is "save quick"
bind "F7" "" // Default is "load quick"
bind "F8" ""
bind "F9" ""
bind "F10" "" // Default is "quit prompt"
bind "F11" ""
bind "F12" "" // Steam usually uses this as a screenshot bind
echo Done configuring competitive binds!
// Still missing a command to bind'
// bind "mouse3" ""
// bind "6" ""
// bind "i" ""
// bind "o" ""
// bind "h" ""
// bind "j" ""
// bind "k" ""
// bind "l" ""
// bind "n" ""
// bind "," ""
// bind "." ""
// bind "alt" ""
// bind "enter" ""
// bind "downarrow" ""
// All function Keys