or on another thought to give you an idea:
-If you use the <ResizeAndPosition> from the HKN-Guide on this forum, you may alter it like this:
Code:
<Command ResizeAndPosition>
<SendPC Local>
<SendWin %1%>
<SetWinRect 0 0 1280 1024>
<Key ctrl F1>
<SendWinM %2%>
<SetWinRect 1280 0 640 512>
<Key shift F1>
<SendWinM %3%>
<SetWinRect 1280 512 640 512>
<Key shift F1>
<SendWinM %4%>
<SetWinRect 1920 0 640 512>
<Key shift F1>
<SendWinM %5%>
<SetWinRect 1920 512 640 512>
<Key shift F1>
(you would have tto customize your resolutions here)
and call it simply with:
Code:
<Hotkey F1>
<ResizeAndPosition WoW1 WoW2 WoW3 WoW4 WoW5>
<Hotkey F2>
<ResizeAndPosition WoW2 WoW1 WoW3 WoW4 WoW5>
<Hotkey F3>
<ResizeAndPosition WoW3 WoW2 WoW1 WoW4 WoW5>
<Hotkey F4>
<ResizeAndPosition WoW4 WoW2 WoW3 WoW1 WoW5>
<Hotkey F5>
<ResizeAndPosition WoW5 WoW2 WoW3 WoW4 WoW1>
if you now bind a macro containing:
/console setmaxfps XX (with XX the framerate you want for the big window) to 'ctrl F1' on all 5 wows,
and a macro with '/console setmaxbkfps XX' to 'shift F1' on all 5 wows, this should work.
Connect With Us