<?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 Codes &amp; .IsKeyDown()</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=018ce54b-36a2-73ff-9e6f-89b6cdf2ee69" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=018ce54b-36a2-73ff-9e6f-89b6cdf2ee69</link>
<description>DisplayFusion RSS: Key Codes &amp; .IsKeyDown()</description>
<lastBuildDate>Sun, 19 Apr 2026 10:45:09 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=018ce54b-36a2-73ff-9e6f-89b6cdf2ee69</generator>
<item>
<title>RE: Key Codes &amp; .IsKeyDown()</title>
<link>https://www.displayfusion.com/Discussions/View/key-codes-iskeydown/?ID=018ce54b-36a2-73ff-9e6f-89b6cdf2ee69#5</link>
<pubDate>Wed, 10 Jan 2024 14:32:39 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/key-codes-iskeydown/?ID=018ce54b-36a2-73ff-9e6f-89b6cdf2ee69#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[Tried that, too.   The double-click seems to be the most consistant on this system, though.     Who knows?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Tried that, too.   The double-click seems to be the most consistant on this system, though.     Who knows?
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=018ce54b-379a-7031-b454-0a3383dd48af"/>
</item>
<item>
<title>RE: Key Codes &amp; .IsKeyDown()</title>
<link>https://www.displayfusion.com/Discussions/View/key-codes-iskeydown/?ID=018ce54b-36a2-73ff-9e6f-89b6cdf2ee69#4</link>
<pubDate>Wed, 10 Jan 2024 02:38:40 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/key-codes-iskeydown/?ID=018ce54b-36a2-73ff-9e6f-89b6cdf2ee69#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[More or less how it was invoked for me was that I typed the first few letters of the method name... used arrow keys to select the correct one and hit Enter.  I didn't need to use my mouse.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
More or less how it was invoked for me was that I typed the first few letters of the method name... used arrow keys to select the correct one and hit Enter.  I didn't need to use my mouse.
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=018ce54b-379a-7031-b454-0a3383dd48af"/>
</item>
<item>
<title>RE: Key Codes &amp; .IsKeyDown()</title>
<link>https://www.displayfusion.com/Discussions/View/key-codes-iskeydown/?ID=018ce54b-36a2-73ff-9e6f-89b6cdf2ee69#3</link>
<pubDate>Tue, 09 Jan 2024 13:21:34 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/key-codes-iskeydown/?ID=018ce54b-36a2-73ff-9e6f-89b6cdf2ee69#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[I prefer easy, but my version does not show that after typing.    I do not have the Steam version, though.
I'm a developer, too, so don't mind getting my hands dirty in code, though.....
UPDATE: The editor popup in the graphic you sent does not invoke by just typing, if (BFS.Input.IsKeyDown(
;...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I prefer easy, but my version does not show that after typing.    I do not have the Steam version, though.<br/>
I'm a developer, too, so don't mind getting my hands dirty in code, though.....<br/>
<br/>
<b>UPDATE</b>: The editor popup in the graphic you sent does not invoke by just typing, <div class="Inline"><pre>if (BFS.Input.IsKeyDown(</pre></div>; however, it will show if I double-click the method name in the intelisense dropdown with my mouse.
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=018ce54b-379a-7031-b454-0a3383dd48af"/>
</item>
<item>
<title>RE: Key Codes &amp; .IsKeyDown()</title>
<link>https://www.displayfusion.com/Discussions/View/key-codes-iskeydown/?ID=018ce54b-36a2-73ff-9e6f-89b6cdf2ee69#2</link>
<pubDate>Tue, 09 Jan 2024 08:53:59 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/key-codes-iskeydown/?ID=018ce54b-36a2-73ff-9e6f-89b6cdf2ee69#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[You don't really have to worry about that if you use their editor.  It will ask you what keys you want when you auto-complete the method name.
If you want to do things the hard way, you can consult this chart: https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.keys]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
You don't really have to worry about that if you use their editor.  It will ask you what keys you want when you auto-complete the method name.<br/>
<br/>
If you want to do things the hard way, you can consult this chart: <a href="https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.keys" target="_blank" rel="nofollow"><b>https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.keys</b></a>
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=018ce54b-379a-7031-b454-0a3383dd48af"/>
</item>
<item>
<title>Key Codes &amp; .IsKeyDown()</title>
<link>https://www.displayfusion.com/Discussions/View/key-codes-iskeydown/?ID=018ce54b-36a2-73ff-9e6f-89b6cdf2ee69</link>
<pubDate>Sun, 07 Jan 2024 18:59:21 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/key-codes-iskeydown/?ID=018ce54b-36a2-73ff-9e6f-89b6cdf2ee69</guid>
<category>DisplayFusion</category>
<description><![CDATA[When analyzing one of your custom scripts, I was curious as to the origin of the numeric values passed to .IsKeyDown() after noticing they weren't my typical ASCII values.
I found a few key code sites, like https://www.foreui.com/articles/Key_Code_Table.htm.   Is there another standard chart you...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
When analyzing one of your custom scripts, I was curious as to the origin of the numeric values passed to .IsKeyDown() after noticing they weren't my typical ASCII values.   <br/>
<br/>
I found a few key code sites, like <a href="https://www.foreui.com/articles/Key_Code_Table.htm" target="_blank" rel="nofollow"><b>https://www.foreui.com/articles/Key_Code_Table.htm</b></a>.   Is there another standard chart you use?
</div>
]]></content:encoded>
<media:thumbnail url="https://www.displayfusion.com/Discussions/Download/?ID=018ce54b-379a-7031-b454-0a3383dd48af"/>
</item>
</channel>
</rss>