<?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>ClipboardFusion RSS: BFS.Input.SendKeys Modifier Command</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=ee78f1bd-3bfe-4b05-b97a-d192102b1735" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=ee78f1bd-3bfe-4b05-b97a-d192102b1735</link>
<description>ClipboardFusion RSS: BFS.Input.SendKeys Modifier Command</description>
<lastBuildDate>Thu, 16 Apr 2026 21:37:28 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=ee78f1bd-3bfe-4b05-b97a-d192102b1735</generator>
<item>
<title>RE: BFS.Input.SendKeys Modifier Command</title>
<link>https://www.clipboardfusion.com/Discussions/View/bfsinputsendkeys-modifier-command/?ID=ee78f1bd-3bfe-4b05-b97a-d192102b1735#2</link>
<pubDate>Wed, 21 Oct 2015 19:28:32 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/bfsinputsendkeys-modifier-command/?ID=ee78f1bd-3bfe-4b05-b97a-d192102b1735#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Can you try this?
Code
Copy
Select All
BFS.Input.SendKeys("^({VK_51})");]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Can you try this?<br/>
<br/>
<div id="" 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="#code019d983a43e4744581687c3e0f5f7a8c" class="ClipboardCopyControl"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019d983a43e4744581687c3e0f5f7a8cJs'); return false;"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;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="code019d983a43e4744581687c3e0f5f7a8cJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.Input.SendKeys("^({VK_51})");</pre><textarea id="code019d983a43e4744581687c3e0f5f7a8c" name="code019d983a43e4744581687c3e0f5f7a8c" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>BFS.Input.SendKeys Modifier Command</title>
<link>https://www.clipboardfusion.com/Discussions/View/bfsinputsendkeys-modifier-command/?ID=ee78f1bd-3bfe-4b05-b97a-d192102b1735</link>
<pubDate>Wed, 21 Oct 2015 12:42:45 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/bfsinputsendkeys-modifier-command/?ID=ee78f1bd-3bfe-4b05-b97a-d192102b1735</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hi,
Please excuse me if this is the wrong forum / the wrong way to request assistance.
I am trying to send the keyboard command "CTRL+3" to QuickTime to leverage it's "Fit to Screen" function.
For some reason; the script below isn't working.  I have tried changing the syntax as below; but to n...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi,<br/>
<br/>
Please excuse me if this is the wrong forum / the wrong way to request assistance.<br/>
<br/>
I am trying to send the keyboard command "<b><i>CTRL+3</i></b>" to QuickTime to leverage it's "Fit to Screen" function.<br/>
<br/>
For some reason; the script below isn't working.  I have tried changing the syntax as below; but to no avail.  Please can anybody suggest what I might be doing wrong?<br/>
<br/>
BFS.Input.SendKeys("^{3}");<br/>
BFS.Input.SendKeys("^+{3}");<br/>
<br/>
<div id="" 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="#code019d983a43ee755f93fe5dba1ba4d107" class="ClipboardCopyControl"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019d983a43ee755f93fe5dba1ba4d107Js'); return false;"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;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="code019d983a43ee755f93fe5dba1ba4d107Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;
using System.Drawing;

// The 'windowHandle' parameter will contain the window handle for the:
//   - Active window when run by hotkey
//   - Window Location target when run by a Window Location rule
//   - TitleBar Button owner when run by a TitleBar Button
//   - Jump List owner when run from a Taskbar Jump List
//   - Currently focused window if none of these match
public static class DisplayFusionFunction
{
public static void Run(IntPtr windowHandle)
{
//get the main window of QuickTime by it's executable name
IntPtr mainWindow = BFS.Application.GetMainWindowByFile("QuickTimePlayer.exe");

//if we failed to get the window, exit the function
if (mainWindow == IntPtr.Zero)
return;

//if the app is minimized, restore it
if (BFS.Window.IsMinimized(mainWindow))
BFS.Window.Restore(mainWindow);

//set focus to the main window of QuickTime
BFS.Window.Focus(mainWindow);

//send CTRL+3. For syntax and modifiers see https://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys(v=vs.110).aspx 
BFS.Input.SendKeys("^+(3)");

}
}</pre><textarea id="code019d983a43ee755f93fe5dba1ba4d107" name="code019d983a43ee755f93fe5dba1ba4d107" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
Thanks in advance<br/>
Al.
</div>
]]></content:encoded>
</item>
</channel>
</rss>