<?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: need sendkeys such as win+prtsc for screenshot.</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=0197ab79-6bb7-740c-9f33-e9cc7d6b4948" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=0197ab79-6bb7-740c-9f33-e9cc7d6b4948</link>
<description>DisplayFusion RSS: need sendkeys such as win+prtsc for screenshot.</description>
<lastBuildDate>Fri, 01 May 2026 17:53:31 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=0197ab79-6bb7-740c-9f33-e9cc7d6b4948</generator>
<item>
<title>RE: need sendkeys such as win+prtsc for screenshot.</title>
<link>https://www.displayfusion.com/Discussions/View/need-sendkeys-such-as-winprtsc-for-screenshot/?ID=0197ab79-6bb7-740c-9f33-e9cc7d6b4948#2</link>
<pubDate>Wed, 02 Jul 2025 13:44:20 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/need-sendkeys-such-as-winprtsc-for-screenshot/?ID=0197ab79-6bb7-740c-9f33-e9cc7d6b4948#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[Unfortunately SendKeys won't send it in a way for an app to detect it as the print screen key. If you want to use the default Microsoft one though, this command will do it:
BFS.Application.Start(@"ms-screenclip:", "");]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Unfortunately SendKeys won't send it in a way for an app to detect it as the print screen key. If you want to use the default Microsoft one though, this command will do it: <br/>
<br/>
BFS.Application.Start(@"ms-screenclip:", "");
</div>
]]></content:encoded>
</item>
<item>
<title>need sendkeys such as win+prtsc for screenshot.</title>
<link>https://www.displayfusion.com/Discussions/View/need-sendkeys-such-as-winprtsc-for-screenshot/?ID=0197ab79-6bb7-740c-9f33-e9cc7d6b4948</link>
<pubDate>Thu, 26 Jun 2025 09:02:31 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/need-sendkeys-such-as-winprtsc-for-screenshot/?ID=0197ab79-6bb7-740c-9f33-e9cc7d6b4948</guid>
<category>DisplayFusion</category>
<description><![CDATA[I tried this function but could not work, supposing the {printscreen} was not recognized...
is there any way to sendkeys PRTSC ?
...just do not like to use thirdparty app to capture
using System;
using System.Drawing;
public static class DisplayFusionFunction
{
public static void Run(IntPt...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I tried this function but could not work, supposing the {printscreen} was not recognized...<br/>
is there any way to sendkeys PRTSC ?<br/>
...just do not like to use thirdparty app to capture<br/>
<br/>
using System;<br/>
using System.Drawing;<br/>
public static class DisplayFusionFunction<br/>
{<br/>
    public static void Run(IntPtr windowHandle)<br/>
    {<br/>
        // your code goes here<br/>
        <br/>
        <br/>
//bool ok = BFS.Input.SendKeysFast("%{X}"); //Sends Alt+X<br/>
        BFS.Input.SendKeys("({WIN}({PRINTSCREEN‌}))");<br/>
    }<br/>
}
</div>
]]></content:encoded>
</item>
</channel>
</rss>