Just started adding the scripts to switch windows and woweewowwow///makes things much easier. Not sure I need to implement a FTL type situation. And templates are good, but sometimes it is just as easy to copy and paste.

I have the logitec MX Revolution mouse and I have started to bind things to the buttons with the new set up. I love being able to click one button and it does different stuff depending on the active window. So, I hit F2, my Alt2 comes to my main screen, I hit my follow button and everyone follows him. Yay!

Ok, to my point. The revolution has a thumb rocker that you can rock forward, backwards or push in. I want it to be able to toggle through my characters so I don't have to move my fat fingers over to the keyboard. So, I keybind pulling back to CTRL F1 and have that toggle my windows. I put in all 5 possibilities and voila, I can toggle forward. I can also rock forward, and toggle the otherway, but it starts at my first toggle for that hotkey and not where the other hotkey left off.\\So, Freddie, any change you can add something like this?

<Hotkeys CTRL F5 CTRL F6>

<Toggle>
<ResizeAndPosition WoW5 WoW2 WoW3 WoW4 WoW1>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>

<Toggle>
<ResizeAndPosition WoW4 WoW2 WoW3 WoW1 WoW5>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>

<Toggle>
<ResizeAndPosition WoW3 WoW2 WoW1 WoW4 WoW5>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>

<Toggle>
<ResizeAndPosition WoW2 WoW1 WoW3 WoW4 WoW5>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>

<Toggle>
<ResizeAndPosition WoW1 WoW2 WoW3 WoW4 WoW5>
<SendLabel w1, w2, w3, w4, w5>
<Key %Trigger%>

Where the first hotkey is a toggle forward and the second hotkey is a toggle backwards?