diff options
author | André Glüpker <git@wgmd.de> | 2020-01-20 19:10:18 +0100 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2020-01-20 19:10:18 +0100 |
commit | 90fe7c10e47f283fb0cc796c3adf0fc7bca317bb (patch) | |
tree | 3afd97c1e11de47c2f6bf79b23081691654ce4d9 /bindings-normal.cfg | |
parent | a305f38ac050c49793ebe867b8b5faf473bebe3e (diff) | |
download | config-csgo-90fe7c10e47f283fb0cc796c3adf0fc7bca317bb.tar.gz config-csgo-90fe7c10e47f283fb0cc796c3adf0fc7bca317bb.tar.bz2 config-csgo-90fe7c10e47f283fb0cc796c3adf0fc7bca317bb.zip |
Shift-Mode
Press Shift + Mousewheel to access inventory
Diffstat (limited to 'bindings-normal.cfg')
-rw-r--r-- | bindings-normal.cfg | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/bindings-normal.cfg b/bindings-normal.cfg new file mode 100644 index 0000000..a5e2b49 --- /dev/null +++ b/bindings-normal.cfg @@ -0,0 +1,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" "+mic" +bind "MOUSE5" "+jumpthrow" //fallback" +// bind "MOUSE4" "+jumpthrow" +// bind "MOUSE5" "maybe_c" +bind "MWHEELUP" "" +bind "MWHEELDOWN" "+jump" +bind "KP_MULTIPLY" "+mic" |