Im only dualboxing and i currently have renamed my 2 wow windows(wow1 and wow2)

I have this in HKN
Code:
<command main1>
<SendPC Local>
<SendwinM wow1> 
<Key %all%>

<command assist1>
<SendWinM wow2> 
<Key ctrl shift %1%>

<command main2>
<SendPC Local>
<SendwinM wow2> 
<Key %all%>

<command assist2>
<SendWinM wow1> 
<Key ctrl alt shift %2%>

<Hotkey 1>
<If ActiveWinIs wow1> <Main1 %trigger%><Assist1 2>
<Else If ActiveWinIs wow2> <Main2 %trigger%><Assist2 2>
and this on both my chars

Code:
/assist [mod:ctrl,mod:shift,mod:alt]box;[mod:ctrl,nomod:alt,mod:shift]rox
The hotkeys do not seem to be working.Any help here?