I wanted to bind mouse buttons like MWWHEELDOWN to a command (for Mod servers). How can I do this ? bind MWWHEELDOWN +power1 doesnt work !
1 Answer
You can bind mouse buttons by opening the console with ~, and entering:
bind mwheelup "action"
Some examples would be:
bind mwheelup "+jump"
or
bind "mouse3" "use weapon_hegrenade"
And here a guide to general key binding in CS!
1