<?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: How to trigger a combination global analog button</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=66e6c734-e11e-4a24-9ac1-85c2f401e274" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=66e6c734-e11e-4a24-9ac1-85c2f401e274</link>
<description>ClipboardFusion RSS: How to trigger a combination global analog button</description>
<lastBuildDate>Tue, 19 May 2026 07:20:11 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=66e6c734-e11e-4a24-9ac1-85c2f401e274</generator>
<item>
<title>RE: How to trigger a combination global analog button</title>
<link>https://www.clipboardfusion.com/Discussions/View/how-to-trigger-a-combination-global-analog-button/?ID=66e6c734-e11e-4a24-9ac1-85c2f401e274#5</link>
<pubDate>Fri, 24 Sep 2021 15:10:47 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/how-to-trigger-a-combination-global-analog-button/?ID=66e6c734-e11e-4a24-9ac1-85c2f401e274#5</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Glad to hear that worked for you!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Glad to hear that worked for you!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: How to trigger a combination global analog button</title>
<link>https://www.clipboardfusion.com/Discussions/View/how-to-trigger-a-combination-global-analog-button/?ID=66e6c734-e11e-4a24-9ac1-85c2f401e274#4</link>
<pubDate>Fri, 24 Sep 2021 14:22:12 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/how-to-trigger-a-combination-global-analog-button/?ID=66e6c734-e11e-4a24-9ac1-85c2f401e274#4</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Quote:
Holding modifier keys is a little bit different. Relevant text from the article that's linked in the macro comment:
Quote:
To specify that any combination of SHIFT, CTRL, and ALT should be held down while several other keys are pressed, enclose the code for those keys in parentheses. Fo...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Holding modifier keys is a little bit different. Relevant text from the article that's linked in the macro comment:<br/>
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>To specify that any combination of SHIFT, CTRL, and ALT should be held down while several other keys are pressed, enclose the code for those keys in parentheses. For example, to specify to hold down SHIFT while E and C are pressed, use "+(EC)". To specify to hold down SHIFT while E is pressed, followed by C without SHIFT, use "+EC".</div></div><br/>
So if you want to do Ctrl + O, you can do this: <div class="Inline"><pre>BFS.Input.SendKeys("^O")</pre></div><br/>
And Shift + Z would be: <div class="Inline"><pre>BFS.Input.SendKeys("+Z")</pre></div><br/>
Hope that helps!</div></div><br/>
Hey I love you Dear developer<br/>
thank you very much<br/>
Perfect
</div>
]]></content:encoded>
</item>
<item>
<title>RE: How to trigger a combination global analog button</title>
<link>https://www.clipboardfusion.com/Discussions/View/how-to-trigger-a-combination-global-analog-button/?ID=66e6c734-e11e-4a24-9ac1-85c2f401e274#3</link>
<pubDate>Mon, 20 Sep 2021 19:16:40 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/how-to-trigger-a-combination-global-analog-button/?ID=66e6c734-e11e-4a24-9ac1-85c2f401e274#3</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Holding modifier keys is a little bit different. Relevant text from the article that's linked in the macro comment:
Quote:
To specify that any combination of SHIFT, CTRL, and ALT should be held down while several other keys are pressed, enclose the code for those keys in parentheses. For exampl...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Holding modifier keys is a little bit different. Relevant text from the article that's linked in the macro comment:<br/>
<br/>
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>To specify that any combination of SHIFT, CTRL, and ALT should be held down while several other keys are pressed, enclose the code for those keys in parentheses. For example, to specify to hold down SHIFT while E and C are pressed, use "+(EC)". To specify to hold down SHIFT while E is pressed, followed by C without SHIFT, use "+EC".</div></div><br/>
<br/>
So if you want to do Ctrl + O, you can do this: <div class="Inline"><pre>BFS.Input.SendKeys("^O")</pre></div><br/>
<br/>
And Shift + Z would be: <div class="Inline"><pre>BFS.Input.SendKeys("+Z")</pre></div><br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: How to trigger a combination global analog button</title>
<link>https://www.clipboardfusion.com/Discussions/View/how-to-trigger-a-combination-global-analog-button/?ID=66e6c734-e11e-4a24-9ac1-85c2f401e274#2</link>
<pubDate>Mon, 20 Sep 2021 05:45:04 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/how-to-trigger-a-combination-global-analog-button/?ID=66e6c734-e11e-4a24-9ac1-85c2f401e274#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[using System;
using System.Collections.Generic;
// The 'text' parameter will contain the text from the:
//   - Current Clipboard when run by HotKey
//   - History Item when run from the History Menu
// The returned string will be:
//   - Placed directly on the Clipboard
//   - Ignored by C...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
using System;<br/>
using System.Collections.Generic;<br/>
<br/>
// The 'text' parameter will contain the text from the:<br/>
//   - Current Clipboard when run by HotKey<br/>
//   - History Item when run from the History Menu<br/>
// The returned string will be:<br/>
//   - Placed directly on the Clipboard<br/>
//   - Ignored by ClipboardFusion if it is 'null'<br/>
public static class ClipboardFusionHelper<br/>
{<br/>
    public static string ProcessText(string text)<br/>
    {<br/>
        //for more key codes, check out this website:<br/>
        //https://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys(v=vs.110).aspx<br/>
    <br/>
      <br/>
        BFS.Input.SendKeys("{ctrl}");<br/>
        BFS.Input.SendKeys("{o}");<br/>
<br/>
        //tell ClipboardFusion to ignore the result of this macro<br/>
        return null;<br/>
    }<br/>
}  I copied the code in that post and then this change didn't take effect.
</div>
]]></content:encoded>
</item>
<item>
<title>How to trigger a combination global analog button</title>
<link>https://www.clipboardfusion.com/Discussions/View/how-to-trigger-a-combination-global-analog-button/?ID=66e6c734-e11e-4a24-9ac1-85c2f401e274</link>
<pubDate>Mon, 20 Sep 2021 05:29:03 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/how-to-trigger-a-combination-global-analog-button/?ID=66e6c734-e11e-4a24-9ac1-85c2f401e274</guid>
<category>ClipboardFusion</category>
<description><![CDATA[I want to use the trigger to trigger a certain condition after a condition, automatically perform macros to trigger the combination shortcut.
Ctrl + O
Shift + z This kind of combination shortcut button, how do you want to get the macro? I still don't understand this post.
Ask the developer to ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I want to use the trigger to trigger a certain condition after a condition, automatically perform macros to trigger the combination shortcut.<br/>
<br/>
Ctrl + O<br/>
 Shift + z This kind of combination shortcut button, how do you want to get the macro? I still don't understand this post.<br/>
Ask the developer to help me thank you<br/>
<br/>
https://www.clipboardfusion.com/Discussions/View/how-to-create-macros-that-emulate-keystrokes/?ID=30539153-9084-46dc-b0d4-80e1fb9e860ahttps://www.clipboardfusion.com/Discussions/View/how-to-create-macros-that-emulate-keystrokes/?ID=30539153-9084-46dc-b0d4-80e1fb9e860a
</div>
]]></content:encoded>
</item>
</channel>
</rss>