I have AHK running on PC1 that is running a Game. While in combat, AHK types "/Cast Fireball" every 30 seconds, as long as my mouse never leaves PC1, everything works fine. On occasion I have to mouse over to PC2 and click on the Heal button, and I may need to keep my Mouse on PC2 for well over 30 seconds. The problem is when the seemless KVM is on PC2, AHK running on PC1, it continues to type "/Cast Fireball" which appears on PC2's screen; this text does nothing but interfere with any heal that I may be trying to do on PC2.
I would like AHK running on PC1 to "see" that my keyboard/mouse info is being directed to PC2 and to 'pause' and not send any text until the mouse focus is back onto PC1.
While there is a complex way for AHK to send text across a network, it will not "see" where multiplicity has the "focus", and so, be very difficult to implement.
AHK will always send the Text to the computer it is running on , and mutiplicity will always route that Text to what ever PC that has the focus.
Thanks