Today Im busy working on resetting my full setup. After a while things become a mess and seeing S7 comming up and wanting to try some good arena I really needed to redo my macros and layouts. So I gone out and set some PiP in hotkeynet for my whole team (pally+4x shaman).

Last few days Ive been looking into the FTL system. Today I decided to try the FTL system because it seems a lot more solid then a Focus system.

I gone right in and set it up(using the sticker post):
Code:
<command main1>
<SendPC Local>
<SendwinM w1> 
<Key %all%>

<command assist1>
<SendPC Local>
<SendWinM w2> 
<Key ctrl shift %1%>
<SendWinM w3> 
<Key ctrl shift %1%>
<SendWinM w4> 
<Key ctrl shift %1%>
<SendWinM w5> 
<Key ctrl shift %1%>

<command main2>
<SendPC Local>
<SendWin w2> 
         <Key %all%>

<command assist2>
<SendPC Local>
<SendWin w1> 
<Key ctrl alt %1%>
<SendWinM w3> 
     <Key ctrl alt %1%>
<SendWinM w4> 
     <Key ctrl alt %1%>
<SendWinM w5> 
         <Key ctrl alt %1%>

<command main3>
<SendPC Local>
<SendWin w3> 
     <Key %all%>

<command assist3>
<SendWin w1> 
<Key alt shift %1%>
<SendWin w2> 
     <Key alt shift %1%>
<SendWinM w4> 
            <Key alt shift %1%>
<SendWinM w5> 
            <Key alt shift %1%>

<command main4>
<SendPC Local>
<SendWin w4> 
        <Key %all%>

<command assist4>
<SendWin w1> 
<Key ctrl alt shift %2%>
<SendWin w2> 
        <Key ctrl alt shift %2%>
<SendWinM w3> 
        <Key ctrl alt shift %2%>
<SendWinM w5> 
        <Key ctrl alt shift %2%>

<command main5>
<SendPC Local>
<SendWin w5> 
        <Key %all%>

<command assist5>
<SendPC Local>
<SendWin w1> 
<Key ctrl %2%>
<SendWin w2> 
        <Key ctrl %2%>
<SendWinM w3> 
        <Key ctrl %2%>
<SendWinM w4> 
        <Key ctrl %2%>

///////////////////////////////////
///////////////////////////////////

<Hotkey 1>
<If ActiveWinIs w1> <Main1 %trigger%><Assist1 k>
<Else If ActiveWinIs w2> <Main2 %trigger%><Assist2 k>
<Else If ActiveWinIs w3> <Main3 %trigger%><Assist3 k>
<Else If ActiveWinIs w4> <Main4 %trigger%><Assist4 k>
<Else If ActiveWinIs w5> <Main5 %trigger%><Assist5 k>

<Hotkey shift 1>
<If ActiveWinIs w1> <Main1 %trigger%><Assist1 u>
<Else If ActiveWinIs w2> <Main2 %trigger%><Assist2 u>
<Else If ActiveWinIs w3> <Main3 %trigger%><Assist3 u>
<Else If ActiveWinIs w4> <Main4 %trigger%><Assist4 u>
<Else If ActiveWinIs w5> <Main5 %trigger%><Assist5 u>
As ingame macro to test I use:
Code:
/assist 
[mod:ctrl,mod:shift,nomod:alt]w1;
[mod:ctrl,mod:alt,nomod:shift]w2;
[mod:alt,mod:shift,nomod:ctrl]w3;
[mod:ctrl,mod:alt,mod:shift]w4;
[mod:ctrl,nomod:alt,nomod:shift]w5
/cast [harm] Lightning Bolt
/targetlasttarget
Then when I spam my "1" key it also starts using the macro set to k. However my chars start spamming the text of the macro instead of assisting anything. Feels like a faulty macro or something.

Been looking around and searching for an hour now but no result.

Bet it`s something easy or incredible stupid that I overlooked. Maybe someone can help me out on this one.

Edit: Using HotKeyNet