Quote Originally Posted by 'wolpak',index.php?page=Thread&postID=183422#post1 83422
Started using HotKeyNet and I liked it a lot, until I had a button broadcasted to all 3 windows and only two responded and the third would respond with that button if I held ctrl down.
HotkeyNet's mouse broadcasting requires an adjustment on the Settings Panel. The program's mouse broadcasting abilities have been improving over the months. They got a lot better a few days ago in build 165. I'm going to try another improvement today.

If I understand your idea correctly -- I'm not sure I do -- but if you're saying you want to define rectangles on a window, and when somebody clicks inside the rectangle, certain actions happen in your other game windows, that's already in HotkeyNet. The syntax looks like this:

Code:
<Hotkey LButton>
   <If MouseIsOverWindowRect wow1 600 700 90 60>
       ...do something...