Glad to hear it, thanks for the kind words!
David Son
1 discussion post
I enabled a trigger for Outlook focused windows that centers the focused window on the monitor. That works fine. I would also like the ability to move these focused windows without having them snap back to the center of the monitor. However, I don't want the new windows maximized to monitor 2 as described in the above script. I just want them centered as in the trigger. Is this possible?
Another issue I see is that if I click a button in the focused Outlook window header (e.g. "Move"), the drop-down menu also gets centered on the monitor. Is that unavoidable?
Jun 21, 2021 (modified Jun 21, 2021)
•
#5
Hi David,
In the script Keith mentioned earlier, you can adjust line 33 to "BFS.Window.MoveToCentreMonitor(window);" which will center the window on the current monitor, rather then move it.
You can also attach that script to a "DisplayFusion Starts" event, rather then a "Window focused", and it should prevent those other issues you mentioned.
Hope that helps!