-
Notifications
You must be signed in to change notification settings - Fork 0
/
keybinds.cfg
52 lines (46 loc) · 1.21 KB
/
keybinds.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
// This file contains all of the default keybinds and everything I tweaked to
// my preferences. I like to keep this in order to be able to completely reset
// my controls for whatever reason.
// Movement
bind "w" "+forward"
bind "s" "+back"
bind "a" "+moveleft"
bind "d" "+moveright"
bind "space" "+jump"
bind "ctrl" "+duck"
bind "shift" "+speed"
// Combat
bind "mouse1" "+attack"
bind "mouse2" "+attack2"
bind "r" "+reload"
// Inventory
bind "1" "slot1"
bind "2" "slot2"
bind "3" "slot3"
bind "4" "slot4"
bind "5" "slot5"
bind "mouse3" "slot8" // Smoke grenade on mouse wheel button
bind "mouse4" "slot6" // HE grenade on side button
bind "mouse5" "slot7" // Flashbang on another side button
bind "alt" "slot10" // Molotov on ALT
bind "q" "lastinv"
bind "g" "drop"
// Unbind the mouse wheel because accidental weapon switches suck
unbind "mwheelup"
unbind "mwheeldown"
// Communication
bind "y" "messagemode"
bind "u" "messagemode2"
bind "c" "radio"
bind "v" "+voicerecord"
// Misc
bind "e" "+use"
bind "tab" "+showscores"
bind "t" "+spray_menu"
bind "f" "+lookatweapon"
bind "m" "teammenu"
bind "F6" "toggle_earplugs"
bind "F7" "toggle voice_enable"
bind "F8" "ignoremsg"
bind "F10" "toggle net_graph"
bind "F11" "toggleconsole"