Quote Originally Posted by Khatovar View Post
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>
Ahh okay. And the last part I was having a problem with dragging using the left click so i just popped that in there ><. Alright I'll see if i can see what's wrong.