I tried this code to make my 2nd char jump:

Code:
<Hotkey ScrollLockOn Lbutton>
	<If MouseIsOverWindowRect WoW1 296 1078 50 50>
	<SendLabel w2>
	<Key Space>
It works BUT now it seems left clicking only works while clicking on that particlar screen area and don't respond at all to other left clicks ingame.
How do I please fix this?