Thanks for the reply Kowalski
yes indeed the answer was in the rest of the code but i had to understand it and giving the hours i spent to set my multiboxing up it burned my brains
Code:
// send the key list to all windows<Hotkey TheKeyList>
<If ActiveWinIs WoW1>
<SendLabel w2, w3, w4, w5>
<Key rctrl %Trigger%>
<SendLabel w1>
<Key %Trigger%>
<Else If ActiveWinIs WoW2>
<SendLabel w1, w3, w4, w5>
<Key ralt %Trigger%>
<SendLabel w2>
<Key %Trigger%>
<Else>
<DoHotKey Hotkey NumLockOn RAlt RCtrl RShift %Trigger%>
<EndIf>
<Hotkey NumLockOn RAlt RCtrl RShift TheKeyList>
<If ActiveWinIs WoW3>
<SendLabel w1, w2, w4, w5>
<Key rshift %TriggerMainKey%>
<SendLabel w3>
<Key %TriggerMainKey%>
<Else If ActiveWinIs WoW4>
<SendLabel w1, w2, w3, w5>
<Key rctrl ralt %TriggerMainKey%>
<SendLabel w4>
<Key %TriggerMainKey%>
<Else>
<SendLabel w1, w2, w3, w4>
<Key rctrl rshift %TriggerMainKey%>
<SendLabel w5>
<Key %TriggerMainKey%>
<EndIf>
But as i also figured... multiboxing problems never stop... so... since this FTL + Swapping system uses mostly all the keys i couldnt send simple keystrokes like F1, F2, A-Z etc... so i created a second Hotkey List/ trigger inorder to skip the mods being send. the problem is tho that keystrokes are being sent to my slave windows BUT no actual key is pressed there. If someone can explain the reason
Code:
//-----------------------------------------------------// Normal Hotkeys
//-----------------------------------------------------
<KeyList NormalList F2-F12>
<Hotkey NormalList; LShift NormalList; LAlt NormalList; LCtrl NormalList>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>
Connect With Us