Jump to content

Toggle sprint


Khyron

Recommended Posts

I agree it would be handy. In fact, I use AutoHotkey to let Alt-R signal W is down. Then when I press W, the key coming up stops it. It makes cross-country driving more enjoyable and you're not wearing out a finger holding down a key for 20 minutes.

 

;************************************************************
; ONLY FOR 7D2D
;************************************************************
#IfWinActive, 7 Days To Die

;************************************************************
; ALT-R is autorun. W to stop.
;************************************************************
!r::
Send {w up}{w down}
return

;************************************************************
; ALT-M - Hold Down Left Mouse Button
;************************************************************
!m::
Click, Down
return

 

Change - Added AutoHotkey config.

Edited by zztong (see edit history)
Link to comment
Share on other sites

I bound my Q key for sprinting. So much easier. The way I bound my keys I barely if ever have to take my hands off of the keyboard when playing.

 

Tab = Inventory (Pinky)

Q = Sprint (Ring)

W = Forward (Middle)

E = Use (Pointy one)

R = Reload (Pointy One)

F = Light (Pointy One)

Spacebar = Jump (Thumb)

V = Toggle crouch (Thumb)

C = Crouch (Thumb)

Link to comment
Share on other sites

  • 10 months later...

Can we finally have a toggle sprint option please.

 

We have toggle aim now. I really don´t see why we can´t have toggle sprint aswell. Same as with the aim it shouldn´t be default ofc.

Can´t see any argument that wouldn´t also be true for the toggle aim option, that would speak against a toggle sprint option.

 

It really is a problem on longer drives and flights and with T5 POI´s beeing super rare and big maps you really can´t avoid those long travels.

 

And no, a 3rd party isn´t a viable option.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...