Hey everyone,
The keybinding issue for horse movement is quite troublesome, especially for AZERTY keyboard users like me. But fear not, there’s a (non user-friendly) solution for that.
To edit those keybinds, you’ll have to look for the DefaultInput.ini file in steamapps/common/Conan Exiles/ConanSandBox/Config
Open DefaultInput.ini in any text editor and find the following lines :
Move forward (line 428 and 468)
+AxisMappings=(AxisName=“MountMoveForwardBackward”,Key=W,Scale=1.000000)
Move right (line 430 and 470)
+AxisMappings=(AxisName=“MountMoveLeftRight”,Key=E,Scale=1.000000)
Move left (line 431 and 471)
+AxisMappings=(AxisName=“MountMoveLeftRight”,Key=Q,Scale=-1.000000)
Move backward (line 436 and 476)
+AxisMappings=(AxisName=“MountMoveForwardBackward”,Key=S,Scale=-1.000000)
You’ll have to change the “Key” parameter to the key you want to bind.
For some obscure reasons all those lines are in double, so you’ll have to edit both.
From this file you can also edit a whole lot of other keybinds that are not customisable in the game UI, but if you want to experiment with it, you better save a clean version first in case something goes wrong.
Happy riding everyone 
