Thansk for your answer.

I already used the follow script :

<Hotkey LButton>
<If MouseIsOverWindowRect WoW1 755 481 200 200>
<SendLabel w1, w2, w3, w4, w5>
<Clickmouse LButton>
<RestoreMousePos>
<Else>
<SendFocusWin>
<Clickmouse LButton>
But it doesnt work. My first character is on full screen (but windowed), and i think the problem is the coordonates "WoW1 755 481 200 200".

But I do not know how to put the right coordinates of my window.

Thanks