This is fxxxing annoying as I always sprint with CapsLock key.
Here is a really simple code for AutoHotKey as a temporal fix. In this case I have assigned "Sprint/Hold" to CTRL key and then mapped to CAPSLOCK key:
#NoEnv ;
; #Warn ;
SendMode Input ;
SetWorkingDir %A_ScriptDir% ;
CapsLock::Ctrl
More info here: https://www.gog.com/forum/the_witche...ing_keys/page1
Cheers
1. Change any key in-game options -> C:\Users\<User Name>\Documents\My Games\Far Cry 5\hidinputremapper.xml created.
2. Open hidinputremapper.xml and write this
-----------------------------------------------------------------------------------
<Root>
<remap name="sprint" key="kb.CAPSLOCK" />
</Root>
-----------------------------------------------------------------------------------
enjoy!
I assume you mean crouch on shift? As prone is laying down on the groundOriginally Posted by Ensi.Ferrum Go to original post
You 'r rightOriginally Posted by Jaxru Go to original post