Hotkey option for Left click while holding Right click

Hotkey option for Left click while holding Right click

in Suggestions

Posted by: Travis.9045

Travis.9045

What the title says. I would love to map my auto attack to my mouses left button when I’m holding down the right click.

Hotkey option for Left click while holding Right click

in Suggestions

Posted by: NeryK.5301

NeryK.5301

Here is a trivial AutoHotKey script that does just that : when the right mouse button is pressed, the left mouse button performs an auto-attack. This can be used as a workaround for the lack of default autoattack on engineer kits and environment bundles.

Be advised that it (obviously) relies on third-party software, so use it at your own risk. However I do believe that it does not provide an unfair advantage, thus following Mark Katzbach guidelines on the subject of controller profiles.


~RButton & LButton::
Send 1
return

I like this job. I like it !