Hi,
what setup do you use (software/hardware) with which broadcaster (keyklone,hkn,ahk...) ?
If you are using software this can be easily done by HotKeyNet like:
Code:
<Label w1 Local SendWinM WoW1>
<Label w2 Local SendWinM WoW2>
<Label w3 Local SendWinM WoW3>


<Hotkey q>
   <SendPC local>
            <SendFocusWin>
            <Key q>

<Hotkey alt q>
  <If ActiveWinIs WoW1>
          <SendLabel w2,w3>
           <Key alt q>
   <Else If ActiveWinIs WoW2>
           <SendLabel w1,w3>
           <Key alt q>
   <Else If ActiveWinIs WoW3>
           <SendLabel w1,w2>
           <Key alt q>