Currently i have SHIFT key as a "speed" and Caps lock as a "sprint".Its hard to hold down both keys in firefight if needed.I found a script- set beginsprinting "echo Sprinting ON; +sprint; set sprinttoggle vstr endsprinting"set endsprinting "echo Sprinting OFF; -sprint; set sprinttoggle vstr beginsprinting"set sprinttoggle "vstr beginsprinting"bind MOUSE3 "vstr sprinttoggle"
It works when you press a key and ends when u press it again,but i want it to work when i hold a key and end when unhold.
Shortly i need assign Caps lock key to speed+sprint together.