<?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: Use custom hotkeys to insert pinned clips?</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=8369ad70-994b-4b91-ae49-bf950f98d8ee" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=8369ad70-994b-4b91-ae49-bf950f98d8ee</link>
<description>ClipboardFusion RSS: Use custom hotkeys to insert pinned clips?</description>
<lastBuildDate>Thu, 30 Apr 2026 17:01:22 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=8369ad70-994b-4b91-ae49-bf950f98d8ee</generator>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#32</link>
<pubDate>Thu, 17 Jun 2021 18:26:42 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#32</guid>
<category>ClipboardFusion</category>
<description><![CDATA[There isn't a way to get text into an app without pasting or doing SendInput/SendKeys as far as know, all of which require us to wait for keyup. Sorry!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
There isn't a way to get text into an app without pasting or doing SendInput/SendKeys as far as know, all of which require us to wait for keyup. Sorry!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#31</link>
<pubDate>Thu, 17 Jun 2021 15:47:09 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#31</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Quote:
Does your macro have a PasteText action as well? That sends a Ctrl + V, so it has to wait for keyup.
Yup.
BFS.Clipboard.PasteText(BFS.ClipboardFusion.GetLocalPinnedText(0));
Is there an easy way to circumvent pasting text (and consequently having to wait for KeyUp)? The em dash created...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Does your macro have a PasteText action as well? That sends a Ctrl + V, so it has to wait for keyup.</div></div><br/>
<br/>
Yup.<br/>
<br/>
BFS.Clipboard.<b>PasteText</b>(BFS.ClipboardFusion.GetLocalPinnedText(0));<br/>
<br/>
Is there an easy way to circumvent pasting text (and consequently having to wait for KeyUp)? The em dash created with this simplistic Macro is created by Left Alt+150 on the numeric keyboard. Can I paste Alt+150 (which hardly should count as text) and make it register on KeyDown already?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#30</link>
<pubDate>Thu, 17 Jun 2021 15:25:30 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#30</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Does your macro have a PasteText action as well? That sends a Ctrl + V, so it has to wait for keyup.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Does your macro have a PasteText action as well? That sends a Ctrl + V, so it has to wait for keyup.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#29</link>
<pubDate>Thu, 17 Jun 2021 08:10:38 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#29</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hmm. My "Macros" which insert special  characters (or combinations of them) are really as silly as it gets: GetLocalPinnedText(#)).
I want to avoid holding Alt and typing obscure number codes for simple stuff like • – ‹→ ... I type it once and then Let CF run the pinned clip. Any of my letter in...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hmm. My "Macros" which insert special  characters (or combinations of them) are really as silly as it gets: GetLocalPinnedText(#)).<br/>
<br/>
I want to avoid holding Alt and typing obscure number codes for simple stuff like • – ‹→ ... I type it once and then Let CF run the pinned clip. Any of my letter insertions, however, are executed as soon as you let go the mapped key.<br/>
<br/>
Maybe there's a better way to do this anyway – but I prefer keyboard entry (no picking from Clipboard Manager).
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#28</link>
<pubDate>Wed, 16 Jun 2021 15:16:18 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#28</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Ok, turns out we don't actually need to add it! It's already setup to wait for keyup only when needed, which is when a macro contains anything that sends input (sendkeys, mouse clicks, etc).]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ok, turns out we don't actually need to add it! It's already setup to wait for keyup only when needed, which is when a macro contains anything that sends input (sendkeys, mouse clicks, etc).
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#27</link>
<pubDate>Tue, 08 Jun 2021 17:32:18 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#27</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Ok, we'll give it a go then, I think it's a fairly simple thing to add.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Ok, we'll give it a go then, I think it's a fairly simple thing to add.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#26</link>
<pubDate>Tue, 08 Jun 2021 08:29:10 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#26</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Quote:
Unfortunately we wouldn't be able to make it a per-macro thing, it would have to be global.
Ok, understood. I would like to try out this advanced setting – but please don't spend hours on this. I'd greatly prefer running Clipboard-based actions on MouseDown already – but a global Toggle ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Unfortunately we wouldn't be able to make it a per-macro thing, it would have to be global.</div></div><br/>
<br/>
Ok, understood. I would like to try out this advanced setting – but please don't spend hours on this. I'd greatly prefer running Clipboard-based actions on MouseDown already – but a global Toggle which inevitably will cause conflicts is no "proper" solution.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#25</link>
<pubDate>Fri, 04 Jun 2021 18:52:19 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#25</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Unfortunately we wouldn't be able to make it a per-macro thing, it would have to be global.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Unfortunately we wouldn't be able to make it a per-macro thing, it would have to be global.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#24</link>
<pubDate>Thu, 03 Jun 2021 12:53:27 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#24</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hi Keith,
sorry for my late reply – I wanted to think about it first and then there were some other distractions  Thanks a lot for this offer!
Generally, putting this into Advanced Settings would not ruin things for others. But making this a global toggle could limit me – in case that I want to...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Keith,<br/>
sorry for my late reply – I wanted to think about it first and then there were some other distractions <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /> Thanks a lot for this offer!<br/>
<br/>
Generally, putting this into Advanced Settings would not ruin things for others. But making this a global toggle could limit me – in case that I want to run advanced community shared Macros. Placing this control in the Hotkey assignment pop-up  let you decide on a per-Macro basis – but one needed to extend the Pop-up a bit and offer some explanation. Users who prefer running Macros using the Clipboard Manager GUI are unaffected.<br/>
<br/>
For starters, sneaking in this advanced setting sure made sense – so that you guys see for yourselves that inserting text at Mousedown feels more natural <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-grin-tongue.light.svg" alt=":P" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":P" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#23</link>
<pubDate>Tue, 01 Jun 2021 18:44:28 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#23</guid>
<category>ClipboardFusion</category>
<description><![CDATA[If we could add an advanced setting to force macros to run on keydown, with the caveat that it could interfere with any macros that use SendKeys, would that be useful for you? If so, I'll add it to our feature request list]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
If we could add an advanced setting to force macros to run on keydown, with the caveat that it could interfere with any macros that use SendKeys, would that be useful for you? If so, I'll add it to our feature request list <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#22</link>
<pubDate>Fri, 28 May 2021 14:42:47 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#22</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Of course.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Of course.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#21</link>
<pubDate>Fri, 28 May 2021 14:18:50 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#21</guid>
<category>ClipboardFusion</category>
<description><![CDATA[The problem isn't that the letter is held while the macro is running, the problem is that the modifier key being held while the macro is running can cause issues. So we wait until all keys are released before running it.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
The problem isn't that the letter is held while the macro is running, the problem is that the modifier key being held while the macro is running can cause issues. So we wait until all keys are released before running it.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#20</link>
<pubDate>Fri, 28 May 2021 12:01:38 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#20</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Thanks! What could already feel much nicer was when it was enough to let go the letter key while still holding the Modifiers down. You force this sequence of actions: First press Modifiers, then the Letter or Number key, otherwise nothing will happen. Actually, even when doing everything correctl...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thanks! What could already feel much nicer was when it was enough to let go the letter key while still holding the Modifiers down. You force this sequence of actions: First press Modifiers, then the Letter or Number key, otherwise nothing will happen. Actually, even when doing everything correctly still nothing will happen (...)<br/>
<br/>
You have to first release all the keys involved. Then the Macro is run.<br/>
<br/>
Isn't there a least a chance to bring forward running the Macro to the point in time when the user lets go the letter/number key? Or does this still collide with something?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#19</link>
<pubDate>Thu, 27 May 2021 15:58:34 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#19</guid>
<category>ClipboardFusion</category>
<description><![CDATA[No worries! There isn't a way to do that as far as I know, but if we come across a way in the future, we'll definitely let you know
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
No worries! There isn't a way to do that as far as I know, but if we come across a way in the future, we'll definitely let you know <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#18</link>
<pubDate>Thu, 27 May 2021 13:11:00 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#18</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hi Keith,
thank you for the additional insight – I hadn't thought that parts of the snippet could register as one of the keypresses in a keyboard-shortcut. I hate to admit, that inserting the clip on OnMouseUp is a cheap and very clever way to deal with that problem.
That said,  to me, this lat...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Keith,<br/>
thank you for the additional insight – I hadn't thought that parts of the snippet could register as one of the keypresses in a keyboard-shortcut. I hate to admit, that inserting the clip on OnMouseUp is a cheap and very clever way to deal with that problem.<br/>
<br/>
That said,  to me, this late execution still doesn't feel right <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-grin-tongue.light.svg" alt=":P" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":P" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
I wonder if one couldn't somehow encapsulate clipboard-text in a way that apps can't simply extract the first letter they see fit, to execute some unexpected action.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#17</link>
<pubDate>Wed, 26 May 2021 18:14:26 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#17</guid>
<category>ClipboardFusion</category>
<description><![CDATA[I see what you're saying, but with Photoshop, that's an app level hotkey, so the hotkey and all of its actions are being handled with Photoshop itself.
We're dealing with global hotkeys, and macros that are sending input to whatever app has focus, so we can't assume that the modifiers + input wo...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I see what you're saying, but with Photoshop, that's an app level hotkey, so the hotkey and all of its actions are being handled with Photoshop itself.<br/>
<br/>
We're dealing with global hotkeys, and macros that are sending input to whatever app has focus, so we can't assume that the modifiers + input won't cause some adverse reactions in the app.<br/>
<br/>
Even taking Notepad for example:<br/>
<ul class="ListBullet">
<li>Your macro types some text that has the letter S in it</li>
<li>The hotkey for the macro is set to Ctrl + Something</li>
<li>You press the hotkey and that letter S gets sent before you've let go of the Ctrl key</li>
<li>Notepad ends up opening the Save dialog because it saw the Ctrl + S</li></ul>
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#16</link>
<pubDate>Fri, 21 May 2021 11:09:35 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#16</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Quote:
Sorry, I'm a bit backed up on support cases over here
I've checked in with our developers, and the reason we wait for keyup with macros is because macros can send keystrokes, and if the keys are still down when the happens, it can interfere.
For example, let's say your macro wants to se...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Sorry, I'm a bit backed up on support cases over here <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
I've checked in with our developers, and the reason we wait for keyup with macros is because macros can send keystrokes, and if the keys are still down when the happens, it can interfere.<br/>
<br/>
For example, let's say your macro wants to send some keystrokes in lower case, but your hotkey is set to Ctrl + Shift + 1. If the macro starts running on keydown, and it starts sending those keystrokes, some of the keystrokes may end up in upper case because the Shift key was still down when it started.</div></div><br/>
<br/>
Thanks, that makes sense Keith – in case Shift is involved. The same logic isn't valid, with the other Modifiers or any combination of them. And – isn't there a way for you to cancel the Uppercase-Mapping, as soon as other Modifiers are involved?<br/>
<br/>
This at least does work for Keyboard Shortcuts in other applications, such as Photoshop. Upon pressing Ctrl + Shift + N <b>and on KeyDown</b> Photoshop gives me their New Layer dialogue. One could counter that Photoshop doesn't expect text input by default, but rather brush strokes etc. – but the same works when their text-tool is active. So with the text tool active, they do distinguish between Shift + Letter and Shift + other Modifiers + letter.<br/>
<br/>
Maybe you could tweak this behaviour?<br/>
It's no petitesse – such details have great impact on perceived snappiness. If input appears earlier, that's always a good thing.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#15</link>
<pubDate>Thu, 20 May 2021 15:52:43 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#15</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Sorry, I'm a bit backed up on support cases over here
I've checked in with our developers, and the reason we wait for keyup with macros is because macros can send keystrokes, and if the keys are still down when the happens, it can interfere.
For example, let's say your macro wants to send some ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Sorry, I'm a bit backed up on support cases over here <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
I've checked in with our developers, and the reason we wait for keyup with macros is because macros can send keystrokes, and if the keys are still down when the happens, it can interfere.<br/>
<br/>
For example, let's say your macro wants to send some keystrokes in lower case, but your hotkey is set to Ctrl + Shift + 1. If the macro starts running on keydown, and it starts sending those keystrokes, some of the keystrokes may end up in upper case, because the Shift key was still down when it started.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#14</link>
<pubDate>Wed, 19 May 2021 08:01:08 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#14</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Just a friendly bump . Did you see my last answer? Inserting the clip while the key is down was great.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Just a friendly bump <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />. Did you see my last answer? Inserting the clip while the key is down was great.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#13</link>
<pubDate>Sat, 15 May 2021 08:23:17 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#13</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Quote:
Glad to hear you were able to get it working! That's correct as well, the array is 0-based, so item 1 in the list is actually item 0 behind the scenes.
Thanks for your help, Keith! Two thoughts: If the array starts with 0, why not also start counting clips at 0? Or use another unique ide...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Glad to hear you were able to get it working! That's correct as well, the array is 0-based, so item 1 in the list is actually item 0 behind the scenes.</div></div><br/>
<br/>
Thanks for your help, Keith! Two thoughts: If the array starts with 0, why not also start counting clips at 0? Or use another unique identifier? I'm not saying that it took me ages to track down the error, but I'm sure you could avoid that I make this mistake in the first place <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
I realize that my current use-case (in the sense of extending the keyboard with some obscure letters)is likely not typical... but what felt quite awkward in this context is, that CF inserts its clips when letting go the keys (OnKeyUp, if this is a word). <br/>
<br/>
I guess this is not a problem if one wants to pick clips visually (by using the Clipboard Manager). If one prefers running apps with keyboard shortcuts only, getting the clip inserted after letting the keys go feels too late, laggy, even somewhat broken. This doesn't match the typical typing experience – I don't like it. Is there a secret switch to change the <b>timing for the paste-operation</b>?<br/>
<br/>
PS: Meanwhile I tested a variety of "normal" Copy / Paste operations. They all fire OnKeyDown.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#12</link>
<pubDate>Fri, 14 May 2021 19:11:04 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#12</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Glad to hear you were able to get it working! That's correct as well, the array is 0-based, so item 1 in the list is actually item 0 behind the scenes.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Glad to hear you were able to get it working! That's correct as well, the array is 0-based, so item 1 in the list is actually item 0 behind the scenes.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#11</link>
<pubDate>Fri, 14 May 2021 14:10:04 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#11</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Solved. After correcting the code I could finally insert pinned entries via keyboard. But the sequence numbers didn't work. To insert the first pinned clip I have to address clip O.]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<b>Solved.</b> After correcting the code I could finally insert pinned entries via keyboard. But the sequence numbers didn't work. To insert the first pinned clip I have to address clip O.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#10</link>
<pubDate>Fri, 14 May 2021 13:40:47 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#10</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Quote:
The Linkify macro works, yep, but note that macro doesn't automatically paste. It sets the clipboard and then you need to manually paste the text.
I read the command sequence (you first need the desired link text in the clipboard, then you select the target item, then press hotkeys to in...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>The Linkify macro works, yep, but note that macro doesn't automatically paste. It sets the clipboard and then you need to manually paste the text.</div></div><br/>
<br/>
<del><li>I read the command sequence (you first need the desired link text in the clipboard, then you select the target item, then press hotkeys to invoke the Macro). Windows shows me via tray pop-up that the command fired, but nothing happens to the target text (ran it in Thunderbird and Notion which both can deal with links). Anyway, I don't need this particular Macro, I just wanted to use it as a safe test case for keyboard shortcut assignment.</li></del><br/>
<br/>
I now understand. First run the Macro, then paste the result onto the still highlighted target. A somewhat convoluted flow, but it works now. <br/>
<br/>
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div><br/>
Your macro in the screenshot has some extra text that shouldn't be there. Deleting the "// <div class="Inline"><pre>" from the start of line 15 and the "</pre></div>" from the end of that line should fix it up.</div></div><br/>
<br/>
Sorry for that. I'm not a coder <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />. The Macro now looks as in the attached screenshot, I get a tray pop-up that the macro was run, but still I don't get an em dash inserted.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#9</link>
<pubDate>Fri, 14 May 2021 12:52:11 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#9</guid>
<category>ClipboardFusion</category>
<description><![CDATA[The Linkify macro works, yep, but note that macro doesn't automatically paste. It sets the clipboard and then you need to manually paste the text.
Your macro in the screenshot has some extra text that shouldn't be there. Deleting the "// " from the start of line 15 and the "
" from the end of t...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
The Linkify macro works, yep, but note that macro doesn't automatically paste. It sets the clipboard and then you need to manually paste the text.<br/>
<br/>
Your macro in the screenshot has some extra text that shouldn't be there. Deleting the "// <div class="Inline"><pre>" from the start of line 15 and the "</pre></div>" from the end of that line should fix it up.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Use custom hotkeys to insert pinned clips?</title>
<link>https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#8</link>
<pubDate>Wed, 12 May 2021 19:07:48 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/use-custom-hotkeys-to-insert-pinned-clips/?ID=8369ad70-994b-4b91-ae49-bf950f98d8ee#8</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Quote:
Strange, it works fine when I test it here. Could you attach a screenshot of one of the macros you created?
Here is one. It is supposed to call a single special character which is pinned. I likely messed up – but I generally seem to have troubles with running CF-Macros from hotkeys. Does...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div>Strange, it works fine when I test it here. Could you attach a screenshot of one of the macros you created?</div></div><br/>
<br/>
Here is one. It is supposed to call a single special character which is pinned. I likely messed up – but I generally seem to have troubles with running CF-Macros from hotkeys. Does the <i>Linkify</i> macro from the default library work on your end, when you assign a <del>macro</del> keyboard shortcut? <br/>
<br/>
Thanks for your support!
</div>
]]></content:encoded>
</item>
</channel>
</rss>