Good evening
My previous Multi Monitor Window Handler had this nice feature:
I have three Window regions (Monitor Splits in displayfusion):
|Left|Center|Right|
Active Window start-position: Left region
Each time I press Win-Right, the active Windows grows and then shrinks again:
Step 1: Left Region
Step 2: Left + Center Region
Step 3: Left + Center + Right Region
Step 4: Center
Step 5: Center + Right
Step 6: Right
Step 7: Left
Is this possible with displayfusion?
This feature allows to use Regions in a very flexible manner.
Thanks in advance,
kind regards,
Tom
Hi Keith,
thank you very much for yor answer & script!!, you almost got the solution I have described, so I extended the script.
If you have 3 Split areas, then it moves the active Window with each function call to the 3 split areas:
x--
xx-
-x-
-xx
--x
xxx
next step: jump to the next monitor
For 4 Split areas it handles the active Window like that:
x---
xx--
-x--
-xx-
--x-
xxx-
--xx
---x
xxxx
With the internal function GetNextArea() and GetPreviousArea() the Window can be moved foreward an backward.
Kind regards
Tom
• Attachment [protected]: Toms Move and Span Spit Monitors.zip [6,149 bytes]