I made a little script for myself, but i realy need the Alt+r to work (same as alt+tab ; to switch windows)
I tryed this script for it :
Alt - Q
KeyDown Q 5000
Keys R 3000
------------------------------------------
The whole script looks like this :
SetActiveWindow Beecz
Loop 99999
Keys {f8} 2000
Keys {RETURN} 2000
Alt - Q
KeyDown {Q} 2000
Keys R 2000
LeftMouseDown 2000
LeftMouseDown 2000
End
And i get error, any dieas ?
Thanks in addition
