My current solution is a toggle macro for click-to-move, permanently placed on my action bar. I've got thank a player who kindly suggested it to me.
/run if GetCVar("Autointeract")=="0" then ConsoleExec("Autointeract 1") else ConsoleExec("Autointeract 0") end