<?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 mouse cursor to next monitor and select a window?</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=9629f8d2-9d63-4cb8-9ff0-0e3d8e451944" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=9629f8d2-9d63-4cb8-9ff0-0e3d8e451944</link>
<description>DisplayFusion RSS: Move mouse cursor to next monitor and select a window?</description>
<lastBuildDate>Fri, 22 May 2026 12:41:25 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=9629f8d2-9d63-4cb8-9ff0-0e3d8e451944</generator>
<item>
<title>RE: Move mouse cursor to next monitor and select a window?</title>
<link>https://www.displayfusion.com/Discussions/View/move-mouse-cursor-to-next-monitor-and-select-a-window/?ID=9629f8d2-9d63-4cb8-9ff0-0e3d8e451944#6</link>
<pubDate>Fri, 28 Oct 2016 18:23:12 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-mouse-cursor-to-next-monitor-and-select-a-window/?ID=9629f8d2-9d63-4cb8-9ff0-0e3d8e451944#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[Glad to hear it! Have an excellent weekend]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Glad to hear it! Have an excellent weekend <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move mouse cursor to next monitor and select a window?</title>
<link>https://www.displayfusion.com/Discussions/View/move-mouse-cursor-to-next-monitor-and-select-a-window/?ID=9629f8d2-9d63-4cb8-9ff0-0e3d8e451944#5</link>
<pubDate>Wed, 26 Oct 2016 17:27:27 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-mouse-cursor-to-next-monitor-and-select-a-window/?ID=9629f8d2-9d63-4cb8-9ff0-0e3d8e451944#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
Ah ok, gotcha! Try this script out:
Code
Copy
Select All
using System;
using System.Drawing;
public static class DisplayFusionFunction
{
public static void Run()
{
// Move the mouse cursor to the next monitor
BFS.DisplayFusion.RunFunction("Move Mouse Cursor to Next Monitor");
...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Ah ok, gotcha! Try this script out:<br/>
<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="#code019e4fb46f8670199570e21c12cb5f1c" 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('code019e4fb46f8670199570e21c12cb5f1cJs'); 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="code019e4fb46f8670199570e21c12cb5f1cJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;
using System.Drawing;

public static class DisplayFusionFunction
{
public static void Run()
{
        // Move the mouse cursor to the next monitor
BFS.DisplayFusion.RunFunction("Move Mouse Cursor to Next Monitor");

// Wait 100ms
        BFS.General.ThreadWait(100);
        
        // Send a mouse left-click
        BFS.Input.LeftClickMouse();
}
}</pre><textarea id="code019e4fb46f8670199570e21c12cb5f1c" name="code019e4fb46f8670199570e21c12cb5f1c" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div></div></div><br/>
<br/>
You sir, are AWESOME!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move mouse cursor to next monitor and select a window?</title>
<link>https://www.displayfusion.com/Discussions/View/move-mouse-cursor-to-next-monitor-and-select-a-window/?ID=9629f8d2-9d63-4cb8-9ff0-0e3d8e451944#4</link>
<pubDate>Wed, 26 Oct 2016 16:58:25 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-mouse-cursor-to-next-monitor-and-select-a-window/?ID=9629f8d2-9d63-4cb8-9ff0-0e3d8e451944#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Ah ok, gotcha! Try this script out:
Code
Copy
Select All
using System;
using System.Drawing;
public static class DisplayFusionFunction
{
public static void Run()
{
// Move the mouse cursor to the next monitor
BFS.DisplayFusion.RunFunction("Move Mouse Cursor to Next Monitor");
// Wait ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ah ok, gotcha! Try this script out:<br/>
<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="#code019e4fb46f9372969d5a34b03ebf605d" 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('code019e4fb46f9372969d5a34b03ebf605dJs'); 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="code019e4fb46f9372969d5a34b03ebf605dJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;
using System.Drawing;

public static class DisplayFusionFunction
{
public static void Run()
{
        // Move the mouse cursor to the next monitor
BFS.DisplayFusion.RunFunction("Move Mouse Cursor to Next Monitor");

// Wait 100ms
        BFS.General.ThreadWait(100);
        
        // Send a mouse left-click
        BFS.Input.LeftClickMouse();
}
}</pre><textarea id="code019e4fb46f9372969d5a34b03ebf605d" name="code019e4fb46f9372969d5a34b03ebf605d" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move mouse cursor to next monitor and select a window?</title>
<link>https://www.displayfusion.com/Discussions/View/move-mouse-cursor-to-next-monitor-and-select-a-window/?ID=9629f8d2-9d63-4cb8-9ff0-0e3d8e451944#3</link>
<pubDate>Sat, 22 Oct 2016 15:31:06 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-mouse-cursor-to-next-monitor-and-select-a-window/?ID=9629f8d2-9d63-4cb8-9ff0-0e3d8e451944#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quote:
You could definitely do that with a Scripted Function. Is the window you want it to focus always the one under the mouse cursor when you run the function that moves the cursor to the centre of the next monitor?
It doesn't really matter what window gets selected, as long as you can start ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>You could definitely do that with a Scripted Function. Is the window you want it to focus always the one under the mouse cursor when you run the function that moves the cursor to the centre of the next monitor?</div></div><br/>
<br/>
It doesn't really matter what window gets selected, as long as you can start alt-tabbing on the other monitor <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Move mouse cursor to next monitor and select a window?</title>
<link>https://www.displayfusion.com/Discussions/View/move-mouse-cursor-to-next-monitor-and-select-a-window/?ID=9629f8d2-9d63-4cb8-9ff0-0e3d8e451944#2</link>
<pubDate>Fri, 21 Oct 2016 19:52:52 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-mouse-cursor-to-next-monitor-and-select-a-window/?ID=9629f8d2-9d63-4cb8-9ff0-0e3d8e451944#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[You could definitely do that with a Scripted Function. Is the window you want it to focus always the one under the mouse cursor when you run the function that moves the cursor to the centre of the next monitor?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You could definitely do that with a Scripted Function. Is the window you want it to focus always the one under the mouse cursor when you run the function that moves the cursor to the centre of the next monitor?
</div>
]]></content:encoded>
</item>
<item>
<title>Move mouse cursor to next monitor and select a window?</title>
<link>https://www.displayfusion.com/Discussions/View/move-mouse-cursor-to-next-monitor-and-select-a-window/?ID=9629f8d2-9d63-4cb8-9ff0-0e3d8e451944</link>
<pubDate>Thu, 20 Oct 2016 08:03:53 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/move-mouse-cursor-to-next-monitor-and-select-a-window/?ID=9629f8d2-9d63-4cb8-9ff0-0e3d8e451944</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi,
There's this option to move the mouse cursor to the next monitor.
It doesn't select a window on the next monitor though, so you still have to click to start working on the monitor. Is there a way to quickly switch to the next monitor and select one of the apps there?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi, <br/>
<br/>
There's this option to move the mouse cursor to the next monitor.<br/>
It doesn't select a window on the next monitor though, so you still have to click to start working on the monitor. Is there a way to quickly switch to the next monitor and select one of the apps there?
</div>
]]></content:encoded>
</item>
</channel>
</rss>