Log in

View Full Version : [HotKeyNet] Two Accounts, Two Computers



CityKitty
02-22-2018, 07:30 PM
Greetings!

With the help of all the fine folks here and their postings, I have managed to get my HotKeyNet working again and I thank you much!

There is one remaining problem. All the posts I could find were about two accounts on one computer and, while I was able to adapt quite a bit of that information, I seem unable to sort out what command I need to send the info to the second computer. I have tried to get it to send to the other IP, which I know is correct. Right now, my only solution is to manually change the second copy of Wow to Wow2 with:

//-----------------------------------------------------------
// PRESS CTRL R TWICE THEN CTRL T ONCE TO RENAME
//-----------------------------------------------------------


<Hotkey Ctrl R>
<SendPC local>
<RenameWin "World of Warcraft" WoW2>


<Hotkey Ctrl T>
<SendPC local>
<RenameWin WoW2 "World of Warcraft">

How do I send it from the main script?

Thanks in advance for any help.