Possible to bind Sprint to your Strafe keys?

  • Thread starter Thread starter husker3in4
  • Start date Start date
H

husker3in4

Guest
Is this possible? I have caps lock (strafe left) and alt (strafe right) as my strafe keys. Is it possible to bind Sprint to these keys also, so that if I have aux power available, it will use it when I strafe?
 
you could commands called "sprintleft" and "sprintright" to a scripted sequence, then bind those to your strafe keys respectively. I don't know how to script though, so I'll leave that to the next person that posts.
 
alias +sprintleft "+speed;+moveleft"
alias -sprintleft "-speed;-moveleft"
alias +sprintright "+speed;+moveright"
alias -sprintright "-speed;-moveright"

Add this to your userconfig.cfg, then open config.cfg and replace +moveright with +sprintright and +moveleft with +sprintleft.
I haven't tried it but it should work. Tell me if it doesn't :thumbs:
 
Back
Top