Hi not sure if i got it or not maybe someone can tell me if this looks like it will work in hotkeynet
Code:
<Hotkey F8>
<ResizeAndPosition WoW1 WoW2 WoW3 WoW4 WoW5>
<TargetWin "WoW1">
<SetForegroundWin>
<SendLabel w1, w2, w3, w4, w5>
<Key F8>
<Hotkey F9>
<ResizeAndPosition WoW2 WoW1 WoW3 WoW4 WoW5>
<TargetWin "WoW2">
<SetForegroundWin>
<SendLabel w1, w2, w3, w4, w5>
<Key F9>
//and so on for each fkey needed
And then to make the \ key be used for follow would this work oem5 is the \ key
Code:
<Hotkey Oem5>
<If ActiveWinIs wow1>
<SendLabel w1> <Key Oem5>
<SendLabel w2, w3, w4, w5> <Key F8>
/// this for toon 2 F9
<If ActiveWinIs wow2>
<SendLabel w2> <Key Oem5>
<SendLabel w1, w3, w4, w5> <Key F9>
// this is for toon 3 F10
<If ActiveWinIs wow3>
<SendLabel w3> <Key Oem5>
<SendLabel w1, w2, w4, w5> <Key F10>
// this is for toon 4 F11
<If ActiveWinIs wow4>
<SendLabel w4> <Key Oem5>
<SendLabel w1, w2, w3, w5> <Key F11>
// this is for toon 5 F12
<If ActiveWinIs wow5>
<SendLabel w5> <Key Oem5>
<SendLabel w1, w2, w3, w4> <Key F12>
I know just using the f keys f8-12 would also put them on follow in the above but would like to use a sep key on main to get them back on follow if it breaks and we aren't chaning leaders. Would this work? prob don't need to pass the \ key at all though right since its not set for anything?
Any help would be appreciated
thanks in advance
Connect With Us