Quote Originally Posted by 'Bloodcloud',index.php?page=Thread&postID=187206#p ost187206
things I need to get used is: HKN if active always sends to the wow windows, whatever program you have in the foreground.
No, that's not correct. The program is not limited in this way. Maybe your script is written this way, but you can write the script differently if you want.

Hotkeys can do different things (or nothing) depending on:

-- which window is in the foreground;
-- whether a window exists;
-- whether or not the mouse cursor is above a certain region of a certain window;
-- whether or not the mouse cursor is above a certain region of the screen;
-- whether or not a certain window has a certain size;
-- etc.

For more information:

http://hotkeynet.com/p/if-else-endif.html
http://hotkeynet.com/ref/if.html

You have many options with HotkeyNet. You can write your script in many different ways.

it has a click to focus compared the mouseover focus I had before.
No, this is not correct. The program is not limited in this way. If you want mouseover focus, turn on SetActiveWindowTracking.

http://hotkeynet.com/ref/setactivewindowtracking.html