<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Macro and Clipboard Trouble]]></title><description><![CDATA[<p dir="auto">Hello people,</p>
<p dir="auto">I have been experiencing some problems with the Macro functionality.</p>
<p dir="auto">These are my steps I take, I record a macro, and then save it. My specific keys I chose were Ctrl + Shift + L.<br />
When I tried it, it worked perfectly, even when closing and opening Notepad++. However, when I copy text from another program and go into Notepad++ to use my Macro, it pastes what I have copied instead of the Macro I created and saved.</p>
<p dir="auto">Any suggestions?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/12509/macro-and-clipboard-trouble</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 16:20:48 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/12509.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 13 Oct 2016 12:25:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Macro and Clipboard Trouble on Thu, 13 Oct 2016 17:18:22 GMT]]></title><description><![CDATA[<p dir="auto">You may have trigger a paste command with an empty text while you were recording your macro.</p>
<p dir="auto">You can debug your macro : have a look in the  C:\Users\luke.skywalker\AppData\Roaming\Notepad++\shortcuts.xml file<br />
here is mine.</p>
<pre><code>&lt;Macros&gt;
    &lt;!--Trim Trailing and save - Alt+Shift+S --&gt;
    &lt;Macro name="Trim Trailing and save" Ctrl="no" Alt="yes" Shift="yes" Key="83"&gt;
        &lt;Action type="2" message="0" wParam="42024" lParam="0" sParam="" /&gt;
        &lt;Action type="2" message="0" wParam="41006" lParam="0" sParam="" /&gt;
    &lt;/Macro&gt;
&lt;/Macros&gt;
</code></pre>
<p dir="auto">Cmd 42024 =&gt; &lt;!–Trim Trailing Space -  --&gt;</p>
<p dir="auto">Try to post yours</p>
]]></description><link>https://community.notepad-plus-plus.org/post/18420</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/18420</guid><dc:creator><![CDATA[cmeriaux]]></dc:creator><pubDate>Thu, 13 Oct 2016 17:18:22 GMT</pubDate></item></channel></rss>