If you’re completely turned off by the inability to bind a skill AND movement to the LMB like EVERY OTHER ARPG of this kind I’ve come up with a sort of pseudo solution: if you’re using autohotkey and bind your movement to a key like “w”, like in Diablo and bind your LMB to a skill slot you can use this autohotkey script to enable movement by clicking:
LButton::
Send {LButton}w ;Send ‘LButton’ and ‘button’
KeyWait LButton ;Wait for LButton to be released
Send w ;Send ‘button’ again
Return
It’s a little wonky and not perfect, but it makes it a little more palatable for keyboard and mouse users until they fix it.
I have a much easier work-around. Assign the Move/Interact to your spacebar. This for some reason frees up the LMB for a skill - it will use the “R” Skill. It took me a little time to get used to moving with the space bar but once I got it all was well. I still want the LMB fixed but for now, this will do. Its your thumb that will make you move and moving the mouse will move the camera.