<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: move window to different monitor (shows monitor window)</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=ef5c7fd9-cce1-41ac-ba06-95cce5848f34" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=ef5c7fd9-cce1-41ac-ba06-95cce5848f34</link>
<description>DisplayFusion RSS: move window to different monitor (shows monitor window)</description>
<lastBuildDate>Sat, 06 Jun 2026 02:09:26 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=ef5c7fd9-cce1-41ac-ba06-95cce5848f34</generator>
<item>
<title>RE: move window to different monitor (shows monitor window)</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-different-monitor-shows-monitor-window/?ID=ef5c7fd9-cce1-41ac-ba06-95cce5848f34#2</link>
<pubDate>Thu, 06 Jul 2017 03:45:38 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-different-monitor-shows-monitor-window/?ID=ef5c7fd9-cce1-41ac-ba06-95cce5848f34#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[Yes, similar questions have already been, but they are not always in a new topic and find them quite difficult.
Open Settings&gt;Functions&gt;Download scripted "Move Window and Mouse Cursor to the Selected Monitor", if you do not need to move the mouse, remove the Code
Copy
Select All
// Get ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Yes, similar questions have already been, but they are not always in a new topic and find them quite difficult.<br/>
Open Settings&gt;Functions&gt;Download scripted "Move Window and Mouse Cursor to the Selected Monitor", if you do not need to move the mouse, remove the <div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e9ab139be775aa5e877a2a5ad568c" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e9ab139be775aa5e877a2a5ad568cJs'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e9ab139be775aa5e877a2a5ad568cJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">// 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);</pre><textarea id="code019e9ab139be775aa5e877a2a5ad568c" name="code019e9ab139be775aa5e877a2a5ad568c" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div> strings.<br/>
You can now go through different paths: set the hotkey for the script or add it to the title bar.<br/>
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).
</div>
]]></content:encoded>
</item>
<item>
<title>move window to different monitor (shows monitor window)</title>
<link>https://www.displayfusion.com/Discussions/View/move-window-to-different-monitor-shows-monitor-window/?ID=ef5c7fd9-cce1-41ac-ba06-95cce5848f34</link>
<pubDate>Wed, 05 Jul 2017 21:43:21 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-window-to-different-monitor-shows-monitor-window/?ID=ef5c7fd9-cce1-41ac-ba06-95cce5848f34</guid>
<category>DisplayFusion</category>
<description><![CDATA[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 alread...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Is it possible to make <i>"move window to different monitor (shows monitor window)"</i> as a default setting, most times I want control of where I want a window moved to rather than just to <i>"next monitor"</i> <br/>
<br/>
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.<br/>
<br/>
Any help greatly appreciated.<br/>
<br/>
Cheers<br/>
Marc
</div>
]]></content:encoded>
</item>
</channel>
</rss>