<?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: Alt+Tab command in the script</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=b58df3de-1079-4374-a165-ee56ff67c49a" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=b58df3de-1079-4374-a165-ee56ff67c49a</link>
<description>DisplayFusion RSS: Alt+Tab command in the script</description>
<lastBuildDate>Sat, 20 Jun 2026 08:00:22 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=b58df3de-1079-4374-a165-ee56ff67c49a</generator>
<item>
<title>RE: Alt+Tab command in the script</title>
<link>https://www.displayfusion.com/Discussions/View/alttab-command-in-the-script/?ID=b58df3de-1079-4374-a165-ee56ff67c49a#5</link>
<pubDate>Fri, 08 Nov 2019 16:50:12 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/alttab-command-in-the-script/?ID=b58df3de-1079-4374-a165-ee56ff67c49a#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[Quick update! We've found the issue here, and it should be fixed up for the next version of DisplayFusion. Note that the issue will still occur if the script is run from the code editor window, but when you run it with a hotkey it will work correctly.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Quick update! We've found the issue here, and it should be fixed up for the next version of DisplayFusion. Note that the issue will still occur if the script is run from the code editor window, but when you run it with a hotkey it will work correctly.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Alt+Tab command in the script</title>
<link>https://www.displayfusion.com/Discussions/View/alttab-command-in-the-script/?ID=b58df3de-1079-4374-a165-ee56ff67c49a#4</link>
<pubDate>Tue, 15 Oct 2019 17:44:31 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/alttab-command-in-the-script/?ID=b58df3de-1079-4374-a165-ee56ff67c49a#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[Ok, thanks for trying that! I can reproduce this issue here as well. I'll check in with our developers and see what I can find out.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ok, thanks for trying that! I can reproduce this issue here as well. I'll check in with our developers and see what I can find out.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Alt+Tab command in the script</title>
<link>https://www.displayfusion.com/Discussions/View/alttab-command-in-the-script/?ID=b58df3de-1079-4374-a165-ee56ff67c49a#3</link>
<pubDate>Sat, 12 Oct 2019 05:14:24 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/alttab-command-in-the-script/?ID=b58df3de-1079-4374-a165-ee56ff67c49a#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[I disabled the DF Alt+Tab settings and now switcher window disapear but ALT key still active.
I changed the command allso but ALT key still active
Code
Copy
Select All
BFS.Input.SendKeyDown("%({VK_9})");
BFS.Input.SendKeyUp("%({VK_9})");]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I disabled the DF Alt+Tab settings and now switcher window disapear but ALT key still active.<br/>
I changed the command allso but ALT key still active<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="#code019ee40b8da17122a7ad107d6e75eb5e" 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('code019ee40b8da17122a7ad107d6e75eb5eJs'); 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="code019ee40b8da17122a7ad107d6e75eb5eJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.Input.SendKeyDown("%({VK_9})");
BFS.Input.SendKeyUp("%({VK_9})");</pre><textarea id="code019ee40b8da17122a7ad107d6e75eb5e" name="code019ee40b8da17122a7ad107d6e75eb5e" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Alt+Tab command in the script</title>
<link>https://www.displayfusion.com/Discussions/View/alttab-command-in-the-script/?ID=b58df3de-1079-4374-a165-ee56ff67c49a#2</link>
<pubDate>Fri, 11 Oct 2019 14:06:37 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/alttab-command-in-the-script/?ID=b58df3de-1079-4374-a165-ee56ff67c49a#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[If you set the Alt+Tab Handler to disabled (DisplayFusion Settings  Alt+Tab), so that Windows handles Alt+Tab, do you still run into this issue?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
If you set the Alt+Tab Handler to disabled (DisplayFusion Settings > Alt+Tab), so that Windows handles Alt+Tab, do you still run into this issue?
</div>
]]></content:encoded>
</item>
<item>
<title>Alt+Tab command in the script</title>
<link>https://www.displayfusion.com/Discussions/View/alttab-command-in-the-script/?ID=b58df3de-1079-4374-a165-ee56ff67c49a</link>
<pubDate>Fri, 11 Oct 2019 09:46:15 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/alttab-command-in-the-script/?ID=b58df3de-1079-4374-a165-ee56ff67c49a</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hello
For some reason Alt+Tab command, from custom script not relese Alt key. After the game minimize the switcher window remain active. Can anyone tell me what is wrong with this approach.
Code
Copy
Select All
BFS.Input.SendKeyDown("%({VK_9})");
BFS.Input.SendKeyUp("{VK_9}");
BFS.General....]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello<br/>
<br/>
For some reason Alt+Tab command, from custom script not relese Alt key. After the game minimize the switcher window remain active. Can anyone tell me what is wrong with this approach.<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="#code019ee40b8dc7750b807b2a0dbd255502" 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('code019ee40b8dc7750b807b2a0dbd255502Js'); 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="code019ee40b8dc7750b807b2a0dbd255502Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.Input.SendKeyDown("%({VK_9})");
BFS.Input.SendKeyUp("{VK_9}");
BFS.General.ThreadWait(500);
BFS.Input.SendKeyUp("%()");</pre><textarea id="code019ee40b8dc7750b807b2a0dbd255502" name="code019ee40b8dc7750b807b2a0dbd255502" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
</channel>
</rss>