<?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: Macro which types Alt Codes (Left Alt+Numpad Entries)</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=b46d16bf-5576-4e67-be7a-8ca1c1d4e61e" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=b46d16bf-5576-4e67-be7a-8ca1c1d4e61e</link>
<description>ClipboardFusion RSS: Macro which types Alt Codes (Left Alt+Numpad Entries)</description>
<lastBuildDate>Sat, 30 May 2026 23:58:32 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=b46d16bf-5576-4e67-be7a-8ca1c1d4e61e</generator>
<item>
<title>RE: Macro which types Alt Codes (Left Alt+Numpad Entries)</title>
<link>https://www.clipboardfusion.com/Discussions/View/macro-which-types-alt-codes-left-altnumpad-entries/?ID=b46d16bf-5576-4e67-be7a-8ca1c1d4e61e#4</link>
<pubDate>Wed, 08 Sep 2021 15:56:13 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/macro-which-types-alt-codes-left-altnumpad-entries/?ID=b46d16bf-5576-4e67-be7a-8ca1c1d4e61e#4</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Quote:
After you type in the "SendKeys" portion, a box should pop up allowing you to select the keys you would like.
Is that what you're looking for?
Thank you, Owen.
To be honest – I would need far more input. What scripting language to pick? Where to insert the line of code into the templat...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
<div class="BackGrey"><div class="Text"><div><b>Quote:</b></div><br/>
After you type in the "SendKeys" portion, a box should pop up allowing you to select the keys you would like.<br/>
Is that what you're looking for?</div></div><br/>
<br/>
Thank you, Owen.<br/>
To be honest – I would need far more input. What scripting language to pick? Where to insert the line of code into the template that opens?<br/>
<br/>
I realize that Clipboard Fusion targets users with proper Coding Skills. For such users, basic Macros are likely a No-brainer – the questions I asked would never come up.<br/>
<br/>
While I clearly want to save time with Macros, I would initially have to invest a lot of time. Time to learn operating CF properly. As I already have more than enough to do, learning C# won't happen anytime soon. <br/>
<br/>
Hence, my question, whether CF also offers a way to simply teach the software to repeat actions. Photoshop lets you chain numerous commands and the software repeats what you just did. One even can use  the same strategy to teach Industrial robots new work procedures, without code.<br/>
<br/>
No need for you to invest more time to support me further in this concrete case. I have found a super-straightforward way to do what I need in Autohotkey. A single tiny script can hold my growing list of custom keyboard-mappings – this looks like an ideal solution. It at this point looks as if AHK could completely substitute CF, especially as I also run into the Whitespace issue regularly.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Macro which types Alt Codes (Left Alt+Numpad Entries)</title>
<link>https://www.clipboardfusion.com/Discussions/View/macro-which-types-alt-codes-left-altnumpad-entries/?ID=b46d16bf-5576-4e67-be7a-8ca1c1d4e61e#3</link>
<pubDate>Wed, 08 Sep 2021 15:13:53 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/macro-which-types-alt-codes-left-altnumpad-entries/?ID=b46d16bf-5576-4e67-be7a-8ca1c1d4e61e#3</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hello,
In a ClipboardFusion Macro, you use this line to open a prompt to send keys:
BFS.Input.SendKeys();
After you type in the "SendKeys" portion, a box should pop up allowing you to select the keys you would like.
Is that what you're looking for?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello,<br/>
<br/>
In a ClipboardFusion Macro, you use this line to open a prompt to send keys: <br/>
<br/>
BFS.Input.SendKeys();<br/>
<br/>
After you type in the "SendKeys" portion, a box should pop up allowing you to select the keys you would like.<br/>
<br/>
Is that what you're looking for?
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Macro which types Alt Codes (Left Alt+Numpad Entries)</title>
<link>https://www.clipboardfusion.com/Discussions/View/macro-which-types-alt-codes-left-altnumpad-entries/?ID=b46d16bf-5576-4e67-be7a-8ca1c1d4e61e#2</link>
<pubDate>Tue, 07 Sep 2021 10:44:29 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/macro-which-types-alt-codes-left-altnumpad-entries/?ID=b46d16bf-5576-4e67-be7a-8ca1c1d4e61e#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Meanwhile I could create the desired Hotkeys in Autohotkey.
I was a bit intimidated by that app - but extending the keyboard with special characters indeed is very simple to do. If anyone else has the same need – this article got me started. Hopefully, linking out to an open source tool is in or...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Meanwhile I could create the desired Hotkeys in Autohotkey. <br/>
<br/>
I was a bit intimidated by that app - but extending the keyboard with special characters indeed is very simple to do. If anyone else has the same need – <a href="https://thejournal.com/articles/2016/01/26/how-to-create-keyboard-shortcuts-for-special-characters-in-windows-10" target="_blank" rel="nofollow"><b>this article</b></a> got me started. Hopefully, linking out to an open source tool is in order👋
</div>
]]></content:encoded>
</item>
<item>
<title>Macro which types Alt Codes (Left Alt+Numpad Entries)</title>
<link>https://www.clipboardfusion.com/Discussions/View/macro-which-types-alt-codes-left-altnumpad-entries/?ID=b46d16bf-5576-4e67-be7a-8ca1c1d4e61e</link>
<pubDate>Sat, 04 Sep 2021 12:35:07 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/macro-which-types-alt-codes-left-altnumpad-entries/?ID=b46d16bf-5576-4e67-be7a-8ca1c1d4e61e</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hi All,
in the past, I have pasted text snippets with Clipboard Fusion – but I ran into instances where pasting did not register e.g. in Notion Tables, run in Chrome. The characters are supported perfectly fine when I type them manually – only bringing them in via clipboard doesn't work in all c...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi All,<br/>
in the past, I have pasted text snippets with Clipboard Fusion – but I ran into instances where pasting did not register e.g. in Notion Tables, run in Chrome. The characters are supported perfectly fine when I type them manually – only bringing them in via clipboard doesn't work in all contexts.<br/>
<br/>
What I want to do is trivial – it does not require pasting stored text-snippets: All I need is quick access to a few Alt-Codes I need to type frequently (Press Left Alt and Type a Number Code on Numblock to create ©®™•♣♥♦ ...). <br/>
<br/>
From checking the forums I know that one can simulate key presses in Macros and I saw some samples posted. Unfortunately, this doesn't quite get me going yet – as I can't code and as I don't know how to "address" the keys in question. Is there maybe a simple way to insert Charmap-Characters built into CF, which I haven't found yet?<br/>
<br/>
If not – have you ever considered adding Recorder-Functionality? It took me literally a minute to record the required clips in other tools. Meanwhile, I have uninstalled them, as it's certainly not clever to run too many little Helper-Apps at system-startup. <br/>
<br/>
This being said – a minute is roughly the amount of time it should take to create such a Macro.<br/>
<br/>
Some concrete samples which would help me:<br/>
<ul class="ListBullet">Left Alt + Numpad 7</ul>
<ul class="ListBullet">Left Alt + Numpad 26</ul>
<ul class="ListBullet">Left Alt + Numpad 0149</ul>
</div>
]]></content:encoded>
</item>
</channel>
</rss>