<?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[jn Notepad++ Plugin snags shortcuts]]></title><description><![CDATA[<p dir="auto">jn Notepad++ maps keys that don’t show in the Shortcut Mapper thing.</p>
<p dir="auto">C:\Program Files (x86)\Notepad++\plugins\jN\jN\includes\Zen Coding.js</p>
<pre><code>// init engine
addMenuItem('Expand Abbreviation', 'expand_abbreviation', 'Ctrl+E');
addMenuItem('Wrap with Abbreviation', 'wrap_with_abbreviation', 'Ctrl+Shift+A');
addMenuItem('Balance Tag', 'match_pair_outward', 'Ctrl+Shift+D');
addMenuItem('Next Edit Point', 'next_edit_point', 'Ctrl+Alt+]');
addMenuItem('Previous Edit Point', 'prev_edit_point', 'Ctrl+Alt+[');
addMenuItem('Go to Matching Pair', 'matching_pair', 'Ctrl+Alt+L');
addMenuItem('Merge Lines', 'merge_lines', 'Ctrl+Alt+M');
addMenuItem('Toggle Comment', 'toggle_comment', 'Alt+/');
addMenuItem('Split/Join Tag', 'split_join_tag', 'Ctrl+\'');
addMenuItem('Remove Tag', 'remove_tag', 'Ctrl+Shift+\'');

// v0.7
addMenuItem('Evaluate Math Expression', 'evaluate_math_expression', 'Ctrl+Alt+Y');

// don't know how up &amp; down key codes should be written so I commented out this section
//addMenuItem('Increment number by 1', 'increment_number_by_1', 'Ctrl+Up');
//addMenuItem('Decrement number by 1', 'decrement_number_by_1', 'Ctrl+down');
//addMenuItem('Increment number by 0.1', 'increment_number_by_01', 'Alt+UP');
//addMenuItem('Decrement number by 0.1', 'decrement_number_by_01', 'Alt+DOWN');
//addMenuItem('Increment number by 10', 'increment_number_by_10', 'Ctrl+Alt+UP');
//addMenuItem('Decrement number by 10', 'decrement_number_by_10', 'Ctrl+Alt+DOWN');

addMenuItem('Select Next Item', 'select_next_item', 'Ctrl+.');
addMenuItem('Select Previous Item', 'select_previous_item', 'Ctrl+,');
addMenuItem('Reflect CSS Value', 'reflect_css_value', 'Ctrl+Shift+B');
</code></pre>
<p dir="auto">FYI.<br />
Probably shouldn’t be doing this.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/21126/jn-notepad-plugin-snags-shortcuts</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 03:58:02 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/21126.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 05 May 2021 01:02:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to jn Notepad++ Plugin snags shortcuts on Thu, 06 May 2021 19:13:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> said in <a href="/post/65648">jn Notepad++ Plugin snags shortcuts</a>:</p>
<blockquote>
<p dir="auto">You’d need to contact the author of the plugin to make your opinion known.</p>
</blockquote>
<p dir="auto">т.е. надо уговорить автора плагина jN использовать интерфейс Мапера?<br />
С шорткатами в N++ постоянно проблемы.<br />
Так что мне приходится юзать модифицированный для анализа шорткатов.<br />
<a href="https://www.codeproject.com/Articles/42780/UI-Control-Data-Spy" rel="nofollow ugc">https://www.codeproject.com/Articles/42780/UI-Control-Data-Spy</a><br />
который может получать список команд меню.<br />
<img src="/assets/uploads/files/1620328361888-screenshot_38.png" alt="Screenshot_38.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/65705</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65705</guid><dc:creator><![CDATA[TroshinDV]]></dc:creator><pubDate>Thu, 06 May 2021 19:13:56 GMT</pubDate></item><item><title><![CDATA[Reply to jn Notepad++ Plugin snags shortcuts on Thu, 06 May 2021 18:46:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gubith" aria-label="Profile: Gubith">@<bdi>Gubith</bdi></a> said in <a href="/post/65677">jn Notepad++ Plugin snags shortcuts</a>:</p>
<blockquote>
<p dir="auto">it may help someone else.</p>
</blockquote>
<p dir="auto">hmm, so I don’t understand what you did to solve your problem, hopefully future readers will do.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65703</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65703</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 06 May 2021 18:46:57 GMT</pubDate></item><item><title><![CDATA[Reply to jn Notepad++ Plugin snags shortcuts on Thu, 06 May 2021 00:56:03 GMT]]></title><description><![CDATA[<p dir="auto">My searches here did not help,  but now that I’ve posted,  it may help someone else.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65677</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65677</guid><dc:creator><![CDATA[Gubith]]></dc:creator><pubDate>Thu, 06 May 2021 00:56:03 GMT</pubDate></item><item><title><![CDATA[Reply to jn Notepad++ Plugin snags shortcuts on Wed, 05 May 2021 11:29:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gubith" aria-label="Profile: Gubith">@<bdi>Gubith</bdi></a></p>
<p dir="auto">So from your original comment:</p>
<blockquote>
<p dir="auto">FYI.<br />
Probably shouldn’t be doing this.</p>
</blockquote>
<p dir="auto">I get the feeling that you are telling us something, like maybe we should correct this situation?<br />
If so, then you are in the wrong place.<br />
You’d need to contact the author of the plugin to make your opinion known.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65648</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65648</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 05 May 2021 11:29:31 GMT</pubDate></item><item><title><![CDATA[Reply to jn Notepad++ Plugin snags shortcuts on Wed, 05 May 2021 01:39:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> said in <a href="/post/65630">jn Notepad++ Plugin snags shortcuts</a>:</p>
<blockquote>
<p dir="auto">Aren’t plugins free to do what they’d like?</p>
</blockquote>
<p dir="auto">Can but should not.</p>
<p dir="auto">Shift deleted it.</p>
<p dir="auto">Hardcore.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65631</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65631</guid><dc:creator><![CDATA[Gubith]]></dc:creator><pubDate>Wed, 05 May 2021 01:39:56 GMT</pubDate></item><item><title><![CDATA[Reply to jn Notepad++ Plugin snags shortcuts on Wed, 05 May 2021 01:27:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/gubith" aria-label="Profile: Gubith">@<bdi>Gubith</bdi></a> said in <a href="/post/65629">jn Notepad++ Plugin snags shortcuts</a>:</p>
<blockquote>
<p dir="auto">Probably shouldn’t be doing this.</p>
</blockquote>
<p dir="auto">Aren’t plugins free to do what they’d like?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65630</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65630</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 05 May 2021 01:27:01 GMT</pubDate></item></channel></rss>