Further to that, I wanted to trim down my kinda large HKN file that I'm using right now based on some of the stuff you guys posted and wondering if you can just tell me yay/nay will this work.
Basically, I want the following keys to broadcast to all WOW's (most of the time I have 2 wow's running, sometimes 3...will it break if the 3rd wow isn't running or just give a warning and still send to wow1 and wow2?)
All keys on the Numpad broadcast to all wow's
G key broadcast to all wow's (my mount hotkey)
backslash (oem5) broadcast to all wow's (/assist main)
shift-backslash (oem5) broadcast to all wow's (interact w/ target)
space broadcast to all wow's as movement hotkey
Alt Ctrl R to launch/rename/resize WOW2 on my 2nd 1280x1024 LCD (upper left corner)
Alt Ctrl L to launch/rename/resize WOW3 on my 2nd 1280x1024 LCD (lower right corner)
I manually launch the main wow, and I found on my PC if I try to simultaneously launch multiple copies of WOW I bluescreen, so I have to launch them individually and wait til they're at the login screen before launching another instance. They're all in separate directories.
Anyways, here's my script I just trimmed down, will this work as I intend it to?
Code:
<Label w1 Local SendWinM "World of Warcraft">
<Label w2 Local SendWinM wow2>
<Label w3 Local SendWinM wow3>
<Command LaunchAndRename>
<SendPC %1%>
<Run %2%>
<RenameTargetWin %3%>
<RemoveWinFrame>
<SetAffinity %4%>
<Hotkey Alt Ctrl R>
<LaunchAndRename Local "c:\copy of world of warcraft\wow.exe" wow2 1>
<SendLabel w2>
<SetWinRect 1280 0 800 600>
<Hotkey Alt Ctrl L>
<LaunchAndRename Local "d:\wow3\wow.exe" wow3 1>
<SendLabel w3>
<SetWinRect 1760 424 800 600>
<MovementHotkey space>
<SendLabel w1, w2, w3>
<Key space>
<hotkey pause>
<SendPC Local>
<ToggleHotkeys>
<KeyList MyList1 Numpad0-Numpad9, Decimal, Divide, Multiply, Subtract, G, Oem5, Shift Oem5>
<Hotkey MyList1>
<SendLabel w1, w2, w3>
<Key %Trigger%>
<Hotkey Ctrl RButton>
<SendLabel w1, w2, w3>
<ClickMouse RButton>
Connect With Us