Sorry to dredge this thread up. I've been trying really hard to make a macro that has my left mouse button input as A. I've tried the obvious things and it even worked for a while as
Code:
#NoEnv
#InstallKeybdHook
SetKeyDelay, 30, 30 ; default for sending commands
$Lbutton::
IfWinNotActive, League of
SetKeyDelay, 30, 30 ;
Send, a
$z::Lbutton
But now it won't work. I have no idea what changed, but I have tried increasing the keydelay and basically everything I can find. Does anyone know how to make an Lbutton rebinding work?[/code]