Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

User Image
romol
1 discussion post
Is it possible to make "move window to different monitor (shows monitor window)" as a default setting, most times I want control of where I want a window moved to rather than just to "next monitor"

Just purchased DF and loving it for my triple monitor setup, apologies if this question has already been asked but couldn't find any reference here.

Any help greatly appreciated.

Cheers
Marc
Jul 5, 2017 (modified Jul 5, 2017)  • #1
PabloMartinez's profile on WallpaperFusion.com
Yes, similar questions have already been, but they are not always in a new topic and find them quite difficult.
Open Settings>Functions>Download scripted "Move Window and Mouse Cursor to the Selected Monitor", if you do not need to move the mouse, remove the

Code

// Get window bounds
        var wBounds = BFS.Window.GetBounds(windowHandle);
        
        // Move mouse to center of window
        BFS.Input.SetMousePosition(wBounds.Width / 2 + wBounds.X, wBounds.Height / 2 + wBounds.Y);
strings.
You can now go through different paths: set the hotkey for the script or add it to the title bar.
In the first case, set the Key Combination in the script editor window. In the second, after closing the editor window, select the downloaded script, click the Toggle title bar button, and select the appropriate icon (in this case, make sure you have the Enable TitleBar Buttons option turned on).
Jul 6, 2017  • #2
Subscribe to this discussion topic using RSS
Was this helpful?  Login to Vote(1)  Login to Vote(-)