du musst das ganze �ber 2 bl�cke machen.
Einmal wenn du "W" dr�ckst, wird an alle toons W wird gedr�ckt gesendet. Bei "W loslassen" wird an alle toons wieder gesendet W loslassen. Das w�rde dann so aussehen:
Code:
#IfWinActive, Leader
~w::
ControlSend,,{w down}, Box1
ControlSend,,{w down}, Box2
ControlSend,,{w down}, Box3
ControlSend,,{w down}, Box4
return
#IfWinActive, Leader
~w up::
ControlSend,,{w up}, Box1
ControlSend,,{w up}, Box2
ControlSend,,{w up}, Box3
ControlSend,,{w up}, Box4
return
so benutze ich es und so funktionierts bei mir
Edit: ah, da war wieder einer schneller mim editieren als ich
Connect With Us