Is it possible to remap LMB (shield) to Shift in Dark Souls 2 on PC?
I find the game to be completely unplayable with the new keybindings - disappointing does not even begin to cover it (double left click and double right click, SERIOUSLY?)
I want the old DS shift to block setup. Frustratingly, in-game options give you a predefined list of absolutely pointless key combos for these things, but not any key you want.
Am I missing something simple here?
Best Answer
Just add
Shift::u
Anywhere in the AHK script and reload it, that will make Shift block for you like in DS...
Lots of other useful things you can do like 1 click jump attack and guard break, just add:
;Guard Break
2::
{
Send {W down}
Sleep 20
Send {H down}
Sleep 20
Send {W up}
Send {H up}
return
};Jump Attack
R::
{
Send {W down}
Sleep 20
Send {G down}
Sleep 20
Send {W up}
Send {G up}
return
}
Pictures about "Is it possible to remap LMB (shield) to Shift in Dark Souls 2 on PC?"



How do you dash Dark Souls 2 PC?
RB: Attack.Is Dark Souls harder on mouse and keyboard?
Sure, Dark Souls can be played using the keyboard and the mouse. If you can use keyboard/mouse in the meaning of if it's harder: there is no objective answer for it. Some players might prefer using the gamepad, some may prefer using the keyboard/mouse combo.How do you guard break in Dark Souls 2?
After launching the game, hold down A on the gamepad, then press RB/RT to activate guard break/jump attack.How do you lock onto a target in Dark Souls 2?
R3 (PS3) / Right Stick (RS) (Xbox):How to shift Left By Shifting Right w\\Henrik Rexed
Sources: Stack Exchange - This article follows the attribution requirements of Stack Exchange and is licensed under CC BY-SA 3.0.
Images: NikAff, Renan Bomtempo, Christina Morillo, Pixabay
