I have read the guide but i dont really see this in it
I only dualbox,2 windows,wow1 and wow 2
Now im trying to set it so if i press Up/down/left/right on wow1,it will only send the key to wow2


<Label w1 Local SendWinM wow1>
<Label w2 Local SendWinM wow2>
<KeyList MoveList Up,Down,Left,Right>
<Hotkey MoveList>
<If ActiveWinIs wow1><SendLabel w2><Key %Trigger%>
<Else If ActiveWinIs wow2> <SendLabel w1><Key %Trigger%>
<Else><SendFocusWin><Key %trigger%>

Kinda new to this..Any suggestion?This does break my follow but my 2nd char doesnt seem to move