Original Post — Direct link

My temp fix is using an autohotkey script and some predefined keybinds.

Set your settings as shown above

Install autohotkey, then create a new script, paste this in:

#IfWinActive, ahk_exe Last Epoch.exe

$RButton::
    Send {RButton Down}   ; Send the right mouse button press
    Send {= down}         ; Simulate pressing '=' key down
    KeyWait RButton
    Send {= up}           ; Release '=' key
    Send {RButton Up}     ; Release the right mouse button
Return

#IfWinActive

Save it, execute it, enjoy.

External link →
about 1 year ago - /u/moxjet200 - Direct link

Haha we will not ban anyone for this and thanks for providing the tip to the community, shinnyx. We are working on the real fix though and I know we have at least good progress on it.

Generally our rule is don’t have anything that manipulates or controls gameplay.

about 1 year ago - /u/moxjet200 - Direct link

Originally posted by Mystic868

Thanks and please fix this ASAP. Being able to use LMB for attack and movement is a real gamechanger for many people. We are used to it since it was available and worked great in beta.

Oh yea we definitely agree. We all want it back asap too. We have a dev who was nearly done with getting that functionality back for the next hotfix but we pulled him to help the backend team with transition times. We’ll be back on this one Monday