<?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[Problem running a macro without any associated key combination]]></title><description><![CDATA[<p dir="auto">Hi all,<br />
Yesterday I did some cleaning on my laptop with CCleaner v6.39.<br />
Maybe it cleaned a little too much… or maybe that’s not the reason.<br />
Today, when I try to run a macro via the “Macro” menu, I previously recorded in Notepad++, I get this message:<br />
“Security Warning<br />
The security information for shortcuts.xml is missing in config.xml.<br />
For security reasons, the integrity of shortcuts.xml will be checked. To run your customized command, please review the opened shortcuts.xml. If the file content is OK, use “Validate shortcuts.xml” from the menu to confirm it.”<br />
Everything seems legitimate, shortcuts.xml pops up and its content is ok (no &amp;#x…, no CR/LF issue), I just can’t find the indicated menu item to confirm it.<br />
Can you help me?<br />
Thanks in advance<br />
Paolo</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/27608/problem-running-a-macro-without-any-associated-key-combination</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 14:32:54 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/27608.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 Jul 2026 12:12:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem running a macro without any associated key combination on Mon, 20 Jul 2026 15:18:30 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m-andre-z-eckenrode" aria-label="Profile: M-Andre-Z-Eckenrode">@<bdi>M-Andre-Z-Eckenrode</bdi></a> <a href="/post/105929">said</a>:</p>
<p dir="auto">Possible v8.9.7 bug?</p>
</blockquote>
<p dir="auto">I wouldn’t call it a bug.  <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/commit/7686e5a3025eaf1fb8e024c2ceb54670ea05f5fb" rel="nofollow ugc">v8.9.7 intentionally made sure</a> that running a Macro performed the same HMAC check as running a Run menu entry.  If your PythonScript runs a menu command (either a macro or a run-menu command, especially), it would also trigger that check.  Or, if you hadn’t used any of the intervening v8.9.6.2-4 subversions, then your HMAC would never have been updated, and Notepad++ would demand a single validate to your custom shortcuts, becaus of your PythonScript shortcut.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105934</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105934</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 20 Jul 2026 15:18:30 GMT</pubDate></item><item><title><![CDATA[Reply to Problem running a macro without any associated key combination on Mon, 20 Jul 2026 14:40:05 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m-andre-z-eckenrode" aria-label="Profile: M-Andre-Z-Eckenrode">@<bdi>M-Andre-Z-Eckenrode</bdi></a> <a href="/post/105930">said</a>:</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/paolo-linx" aria-label="Profile: Paolo-Linx">@<bdi>Paolo-Linx</bdi></a></p>
<p dir="auto">Forgot to add: You can find <code>Validate shortcuts.xml</code> at menu <code>Run</code> &gt; <code>Validate shortcuts.xml</code>.</p>
</blockquote>
<p dir="auto">Thank you very much. My problem is solved.<br />
Paolo</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105933</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105933</guid><dc:creator><![CDATA[Paolo Linx]]></dc:creator><pubDate>Mon, 20 Jul 2026 14:40:05 GMT</pubDate></item><item><title><![CDATA[Reply to Problem running a macro without any associated key combination on Mon, 20 Jul 2026 13:05:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/paolo-linx" aria-label="Profile: Paolo-Linx">@<bdi>Paolo-Linx</bdi></a></p>
<p dir="auto">Forgot to add: You can find <code>Validate shortcuts.xml</code> at menu <code>Run</code> &gt; <code>Validate shortcuts.xml</code>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105930</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105930</guid><dc:creator><![CDATA[M Andre Z Eckenrode]]></dc:creator><pubDate>Mon, 20 Jul 2026 13:05:36 GMT</pubDate></item><item><title><![CDATA[Reply to Problem running a macro without any associated key combination on Mon, 20 Jul 2026 13:02:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/paolo-linx" aria-label="Profile: Paolo-Linx">@<bdi>Paolo-Linx</bdi></a></p>
<p dir="auto">I got the same message in NPP yesterday when I attempted to run an often-used Python script for which I’d created a key combo last year, and used without any issue until now. However, my getting that message was not preceded by any use of CCleaner, which I haven’t used in a long time, so that’s probably not related. My script lives, for key combo launching purposes, at menu <code>Plugins</code> &gt; <code>Python Script</code> &gt; <code>ADM</code>, with an assigned key combo of <code>Ctrl+Alt+Numpad1</code>. You should post your debug info (menu <code>?</code> &gt; <code>Debug Info…</code>) here. My own is:</p>
<pre><code>Notepad++ v8.9.7   (32-bit)
Build time: Jul 14 2026 - 01:11:31
Scintilla/Lexilla included: 5.6.4/5.5.1
Boost Regex included: 1_90
pugixml included: 1.16
nlohmann JSON included: 3.12.0
Path: C:\Program Files (x86)\Notepad++\notepad++.exe
Command Line: "C:\Program Files\ArdfryImaging\PNGOUTWin\PNGOUTWin Reg Codes.txt" 
Admin mode: OFF
Local Conf mode: OFF
Cloud Config: OFF
WinGUp: present
disableNppAutoUpdate.xml: absent
Periodic Backup: ON
Placeholders: OFF
Scintilla Rendering Mode: SC_TECHNOLOGY_DIRECTWRITE (1)
Multi-instance Mode: monoInst
asNotepad: OFF
File Status Auto-Detection: cdEnabledNew (for current file/tab only)
Dark Mode: OFF
Display Info:
    primary monitor: 1920x1080, scaling 100%
    visible monitors count: 1
    installed Display Class adapters: 
        0000: Description - Intel(R) HD Graphics 620
        0000: DriverVersion - 31.0.101.2140
        0001: Description - NVIDIA GeForce 940MX
        0001: DriverVersion - 30.0.15.1169
OS Name: Windows 10 Enterprise (64-bit)
OS Version: 22H2
OS Build: 19045.7548
Current ANSI codepage: 1252
Plugins: 
    BetterMultiSelection (1.5)
    ColumnsPlusPlus (1.3.1)
    ColumnTools (1.4.5.1)
    ComparePlus (3)
    DSpellCheck (1.5)
    ExtSettings (1.3.1)
    HTMLTag_unicode (1.6)
    mimeTools (3.1)
    MultiClipboard (2.1)
    MultiReplace (6.0.0.36)
    NppCalc (1.5)
    NppConverter (4.7)
    NppExport (0.4)
    NPPJSONViewer (2.2)
    NppTextFX (2.0.3)
    NppXmlTreeviewPlugin (2)
    PreviewHTML (1.4.5)
    PythonScript (2.1)
    RegexTrainer (1.2)
    Search++ (0.6)
    SessionMgr (1.4.4)
</code></pre>
<p dir="auto">Possible v8.9.7 bug?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/105929</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/105929</guid><dc:creator><![CDATA[M Andre Z Eckenrode]]></dc:creator><pubDate>Mon, 20 Jul 2026 13:02:37 GMT</pubDate></item></channel></rss>