Hmm, sorry for not being clear, I was more looking for something along the lines of an equivelent of HKNs :

Code:
<MovementHotkey C>

   <If ActiveWinIs w1>
      <SendLabel wow2> <Key A>
      <SendLabel wow3> <Key D>
      <SendLabel wow4> <Key S W>
      <SendLabel wow5> <Key S>

   <Else If ActiveWinIs w2>
      <SendLabel wow1> <Key A>
      <SendLabel wow3> <Key D>
      <SendLabel wow4> <Key S W>
      <SendLabel wow5> <Key S>

   <Else If ActiveWinIs w3>
      <SendLabel wow1> <Key A>
      <SendLabel wow2> <Key D>
      <SendLabel wow4> <Key S>
      <SendLabel wow5> <Key S W>

   <Else If ActiveWinIs w4>
      <SendLabel wow1> <Key A>
      <SendLabel wow2> <Key D>
      <SendLabel wow3> <Key S W>
      <SendLabel wow5> <Key S>

   <Else If ActiveWinIs w5>
      <SendLabel wow1> <Key A>
      <SendLabel wow2> <Key D>
      <SendLabel wow3> <Key S W>
      <SendLabel wow4> <Key S>