Khyron Posted June 20 Share Posted June 20 A keyboard shortcut for 'auto-run'. Which is to say, just the same as holding down 'W' only you don't have to hold down the key. Press the key to start running, press it again (Or forward/back) to stop. 1 Link to comment Share on other sites More sharing options...
zztong Posted June 21 Share Posted June 21 (edited) 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 June 21 by zztong (see edit history) Link to comment Share on other sites More sharing options...
pApA^LeGBa Posted June 21 Share Posted June 21 I don´t mind holding down W for longer, but my pinky would love auto sprint. I would rather have an extra key for it though, don´t need it when on foot. T key for example. Link to comment Share on other sites More sharing options...
MikeyUK Posted June 21 Share Posted June 21 I use this https://sourceforge.net/projects/automineautorun/ Link to comment Share on other sites More sharing options...
Gamida Posted June 21 Share Posted June 21 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now