blob: 62443d08dee3ffdaa7e4f30b3ab38fb04ae9430f (
plain)
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
|
exec bindings-buyscript
bind "1" "slot1"
bind "2" "slot2"
bind "3" "use weapon_fists; use weapon_knife; use weapon_melee; use weapon_axe; use weapon_hammer; use weapon_spanner;"
bind "4" "use weapon_taser;"
bind "5" "slot5"
bind "6" "slot4"
bind "7" "slot7"
bind "8" "slot8"
bind "9" "slot9"
bind "0" "slot10"
bind "ESCAPE" "cancelselect"
bind "ALT" "+chshift"
# bind "BACKSPACE" "soundboard_c"
bind "BACKSPACE" "teammenu"
bind "CTRL" "+duck"
bind "RCTRL" "toggleafk"
bind "SHIFT" "+speed"
bind "SPACE" "+jump"
bind "TAB" "+score_netgraph";
// bind "TAB" "+showscores"
// net_graph 1
bind "q" "lastinv"
bind "w" "+forward"
bind "r" "+reload"
bind "e" "+use"
bind "t" "use weapon_c4; drop; regroup; say_team Dropped the bomb!"
bind "y" "messagemode"
bind "u" "messagemode2"
bind "i" ""
bind "o" ""
bind "p" "exec bindings-arena"
bind "a" "+moveleft"
bind "s" "+back"
bind "d" "+moveright"
bind "f" "r_cleardecals; player_ping;"
bind "g" "drop"
bind "h" "use weapon_healthshot"
bind "j" "+spray_menu"
bind "k" "decrementvar voice_scale 0 1 0.1"
bind "l" "incrementvar voice_scale 0 1 0.1"
bind "z" "use weapon_smokegrenade" // smoke
bind "x" "use weapon_flashbang" // flash
bind "c" "use weapon_hegrenade" // grenade
bind "v" "use weapon_incgrenade; use weapon_molotov" // inci
bind "b" ""
bind "n" "buymenu"
bind "m" "teammenu"
bind "\" "toggleconsole"
bind "/" "kill" // #-Taste
bind "[" "exec bindings-demo"
bind "]" "exec bindings"
bind "." "volume_up"
bind "," "volume_down"
bind "-" "togglevoice"
bind "capslock" "togglevoice"
// bind "PGUP" "roger; yes_c"
// bind "PGDN" "negative; no_c"
bind "PGUP" "invnext"
bind "PGDN" "invprev"
bind "INS" "holdpos"
bind "DEL" "getout"
bind "HOME" "thanks"
bind "END" "coverme"
bind "MOUSE1" "+attack"
bind "MOUSE2" "+attack2"
bind "MOUSE3" "compliment" //fallback"
bind "MOUSE4" "+voicerecord"
bind "MOUSE5" "+jumpthrow" //fallback"
// bind "MOUSE4" "+jumpthrow"
// bind "MOUSE5" "maybe_c"
bind "MWHEELUP" ""
bind "MWHEELDOWN" "+jump"
bind "KP_MULTIPLY" "+voicerecord"
|