
Originally Posted by
Khatovar
Well, that's doing what you told it to do. You aren't in the defined area, therefore it is only sending the mouseclick to the current window.
<CursorInfo 229 17 732 456 2695 128 1920 1080 2695 128>
229 17 732 456 = Win Pos X Y, Win Size X, Y
2695 128 1920 1080 = Screen Pos X, Y Screen Size X, Y
2695 128 = Screen Pos X, Y
That is not within the defined coordinates for sending the mouse to everyone "5 5 200 200"
And this doesn't make much sense
<SendFocusWin>
<ClickMouse Down %Trigger%>
<HotkeyUp LButton>
<SendFocusWin>
<ClickMouse Up %Trigger%>
I don't think %Trigger% is needed, you've already defined the key as LButton, nor do I think you need to define both the press and release. You can simply use
<Else>
<SendFocusWin>
<Clickmouse LButton>
Connect With Us