<?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: Key combinations not working consistently</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=8abf5b75-8804-444b-8a06-ebf6dfa4069f" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=8abf5b75-8804-444b-8a06-ebf6dfa4069f</link>
<description>DisplayFusion RSS: Key combinations not working consistently</description>
<lastBuildDate>Wed, 13 May 2026 18:35:14 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=8abf5b75-8804-444b-8a06-ebf6dfa4069f</generator>
<item>
<title>RE: Key combinations not working consistently</title>
<link>https://www.displayfusion.com/Discussions/View/key-combinations-not-working-consistently/?ID=8abf5b75-8804-444b-8a06-ebf6dfa4069f#2</link>
<pubDate>Tue, 17 Nov 2015 19:23:14 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/key-combinations-not-working-consistently/?ID=8abf5b75-8804-444b-8a06-ebf6dfa4069f#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[That's strange! Do those key combinations work if you assign them to a different function, maybe one of the built-in functions?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
That's strange! Do those key combinations work if you assign them to a different function, maybe one of the built-in functions?
</div>
]]></content:encoded>
</item>
<item>
<title>Key combinations not working consistently</title>
<link>https://www.displayfusion.com/Discussions/View/key-combinations-not-working-consistently/?ID=8abf5b75-8804-444b-8a06-ebf6dfa4069f</link>
<pubDate>Sat, 14 Nov 2015 03:44:58 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/key-combinations-not-working-consistently/?ID=8abf5b75-8804-444b-8a06-ebf6dfa4069f</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hi, I am noticing some very odd behaviors regarding functions and modifier keys. For instance.
Created a function that sends the Start Key:
public static class DisplayFusionFunction
{
public static void Run(IntPtr windowHandle)
{
bool ok = BFS.Input.SendKeys("{LWIN}X");
}
}
Then am tryin...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi, I am noticing some very odd behaviors regarding functions and modifier keys. For instance. <br/>
<br/>
Created a function that sends the Start Key:<br/>
<br/>
public static class DisplayFusionFunction<br/>
{<br/>
public static void Run(IntPtr windowHandle)<br/>
{<br/>
bool ok = BFS.Input.SendKeys("{LWIN}X");<br/>
}<br/>
}<br/>
<br/>
Then am trying to trigger it with certain key combinations with little success:<br/>
<br/>
Shift + X (works)<br/>
Shift + Ctrl + X (does NOT work)<br/>
Shift + Ctrl + Alt + X (does NOT work)<br/>
Shift + Ctrl + R (works) <br/>
Shift + Left Ctrl + Z (does NOT work, however, Right Ctrl DOES work)<br/>
<br/>
etc. etc. <br/>
<br/>
Seems like something is preventing certain key combinations, not sure how I can unblock from this state. <br/>
<br/>
Anyone?<br/>
<br/>
Windows 10<br/>
MSI GT72S Dominator (gaming laptop)
</div>
]]></content:encoded>
</item>
</channel>
</rss>