<?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[Shortcuts!]]></title><description><![CDATA[<p dir="auto">I hesitate to kick off this splendid new forum - but here goes!</p>
<p dir="auto">I really wish there was a better way to organise shortcuts in NP++. The problem is that it is easy to end up with two actions mapped to one shortcut - masking the alternative.</p>
<p dir="auto">This is really unfortunate because some really great features never get used!</p>
<p dir="auto">One simple answer might be to provide another view of shortcuts, listed by shortcuts rather than actions. Maybe NP++ could also grab Alt Gr or maybe right Ctrl to provide more easy-to-use shortcuts?</p>
<p dir="auto">David</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/5/shortcuts</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 10:53:45 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/5.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 25 Jun 2015 22:23:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Shortcuts! on Tue, 07 Jul 2015 05:41:09 GMT]]></title><description><![CDATA[<p dir="auto">Hy Guy,<br />
You’are completely true. Disabling plugins (with folder rename or with n++ start option -noPlugin) involve the loose of plugin shortcut configuration.<br />
Thanks to my GitHub PullRequest (<a href="https://github.com/notepad-plus-plus/notepad-plus-plus/pull/70" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/pull/70</a>), this problem will disappear.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/248</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/248</guid><dc:creator><![CDATA[cmeriaux]]></dc:creator><pubDate>Tue, 07 Jul 2015 05:41:09 GMT</pubDate></item><item><title><![CDATA[Reply to Shortcuts! on Sun, 05 Jul 2015 14:17:33 GMT]]></title><description><![CDATA[<p dir="auto">Hi <strong>All</strong>,</p>
<p dir="auto">It’s good news that Don intends to look about the <strong>Shortcut Mapper</strong>. And I suppose, he will come back, with a <strong>top-form</strong>, from his present holidays !! Refer to the link below :</p>
<p dir="auto"><a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/353#issue-91573331" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/issues/353#issue-91573331</a></p>
<p dir="auto"><strong>Three</strong> points about that discussion :</p>
<p dir="auto"><strong><code>1.</code></strong> Just have a look to my own solution, using a simple <strong>Excel</strong> file, at the address :</p>
<p dir="auto"><a href="https://sourceforge.net/p/notepad-plus/discussion/331753/thread/7d642bae/#11ea" rel="nofollow ugc">https://sourceforge.net/p/notepad-plus/discussion/331753/thread/7d642bae/#11ea</a></p>
<p dir="auto"><strong><code>2.</code></strong> I’m agree with all of you, especially with <strong>Dail</strong>’s post : the actual features of the <strong>Shortcut Mapper</strong> are quite poor and out of date !</p>
<p dir="auto"><strong><code>3.</code></strong> An IMPORTANT remark :</p>
<p dir="auto">Very often, when someone posts about a possible N++ <strong>issue</strong>, one suggests to <strong>rename</strong> the <strong>plugins</strong> folder, in the N++ directory, in order to easily detect if that issue depends on a specific plugin or not.</p>
<p dir="auto">Well. But this action may be <strong>very dangerous</strong>, <em>IF you previously chose some user shortcuts for some plugins</em>. Indeed, after the <strong>plugins</strong> folder is active again, <em>all plugins’s user shortcuts are <strong>definitively</strong> lost</em> !</p>
<p dir="auto">As for me, I ALWAYS keep a copy of the <strong>shortcuts.xml</strong> file ! We must be aware of that N++ behaviour, concerning the <strong>Shortcuts.xml</strong> file !</p>
<p dir="auto">Best regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/223</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/223</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sun, 05 Jul 2015 14:17:33 GMT</pubDate></item><item><title><![CDATA[Reply to Shortcuts! on Mon, 29 Jun 2015 09:07:20 GMT]]></title><description><![CDATA[<p dir="auto">“My opinion is : we should remove the Graphic User Interface used to configure shortcuts. Everything should be loaded from an editable configuration file using an easy editable language (yaml as an example). It’s more flexible, it needs lees code than a GUI. Sublime text is a good example.”</p>
<p dir="auto">I think that if NP++ exposed some suitable API’s in its plugin interface, people might use them to come up with a decent GUI interface.</p>
<p dir="auto">If we are to use a file (which could also facilitate a GUI interface), I think this should be as simple as possible, with lines like</p>
<p dir="auto">“GOOGLE Search”  alt-f2<br />
“Launch in Firefox”  Ctrl-alt-shift-X</p>
<p dir="auto">Everything should be case insensitive, and the order of key modifiers should not matter.</p>
<p dir="auto">Thus in particular, users should not need to bother about the various different sorts of commands (intrenal, plugin, etc). The several different lists is part of the problem with the current system.</p>
<p dir="auto">This means that users with all levels of ability can edit the shortcut information successfully.</p>
<p dir="auto">This would make a great first step, and GUI’s would obviously follow.</p>
<p dir="auto">Because of the need to retain compatibility with users’ existing shortcut , modifications, I think an acceptable solution might be to supply a command that output the current shortcut information to a file (in the above format), and another to read back such a file after the user had modified the information. This would mean that the existing XML files could continue to be used internally.</p>
<p dir="auto">This approach would also mean that NP++ would ‘know’ the point when the information was updated and needed saving internally, and people could also save copies of their shortcut configuration if they wished.</p>
<p dir="auto">David</p>
]]></description><link>https://community.notepad-plus-plus.org/post/69</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/69</guid><dc:creator><![CDATA[David Bailey]]></dc:creator><pubDate>Mon, 29 Jun 2015 09:07:20 GMT</pubDate></item><item><title><![CDATA[Reply to Shortcuts! on Mon, 29 Jun 2015 06:00:26 GMT]]></title><description><![CDATA[<p dir="auto">Hy,<br />
I started to work on it a few month ago. I submitted a Pull Request <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/pull/70" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/pull/70</a><br />
Please, have a look and give me your opinion back.</p>
<p dir="auto">My opinion is : we should remove the Graphic User Interface used to configure shortcuts. Everything should be loaded from an editable configuration file using an easy editable language (yaml as an example). It’s more flexible, it needs lees code than a GUI. Sublime text is a good example.</p>
<p dir="auto">Christophe</p>
]]></description><link>https://community.notepad-plus-plus.org/post/68</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/68</guid><dc:creator><![CDATA[cmeriaux]]></dc:creator><pubDate>Mon, 29 Jun 2015 06:00:26 GMT</pubDate></item><item><title><![CDATA[Reply to Shortcuts! on Sun, 28 Jun 2015 23:56:38 GMT]]></title><description><![CDATA[<p dir="auto">I am totally in on this one<br />
This has been an on-ging long discussion on SF… and something which drives me crazy!<br />
If I had a choice of one thing to be added/fixed… I would definitely pick this!</p>
<p dir="auto">Thanks Don for taking a look!!<br />
David</p>
]]></description><link>https://community.notepad-plus-plus.org/post/67</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/67</guid><dc:creator><![CDATA[DaveyD]]></dc:creator><pubDate>Sun, 28 Jun 2015 23:56:38 GMT</pubDate></item><item><title><![CDATA[Reply to Shortcuts! on Sun, 28 Jun 2015 16:39:58 GMT]]></title><description><![CDATA[<p dir="auto">Don,</p>
<p dir="auto">Thanks for offering to look at this!</p>
<p dir="auto">While you are working in this area, I think it would be good if a user could kick off an action from within the shortcut mapper just to be able to test it, or alternatively provide a button to link to the relevant help.</p>
<p dir="auto">For example, I haven’t a clue what Big5 would do Some sort of font I guess), and if I wanted to find out, I would have to find a free shortcut, assign it to Big5, and then test it.</p>
<p dir="auto">David</p>
]]></description><link>https://community.notepad-plus-plus.org/post/60</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/60</guid><dc:creator><![CDATA[David Bailey]]></dc:creator><pubDate>Sun, 28 Jun 2015 16:39:58 GMT</pubDate></item><item><title><![CDATA[Reply to Shortcuts! on Sun, 28 Jun 2015 12:53:47 GMT]]></title><description><![CDATA[<p dir="auto">OK, I’ll see what can I do for it.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57</guid><dc:creator><![CDATA[donho]]></dc:creator><pubDate>Sun, 28 Jun 2015 12:53:47 GMT</pubDate></item><item><title><![CDATA[Reply to Shortcuts! on Fri, 26 Jun 2015 11:53:01 GMT]]></title><description><![CDATA[<p dir="auto">I agree the Shortcut Mapper could use a good overhaul:</p>
<ul>
<li>Search for shortcuts by name</li>
<li>Search for shortcut by shortcut key</li>
<li>Show conflicting shortcuts</li>
<li>List by shortcut key</li>
<li>Better UI</li>
<li>Several other tweaks</li>
</ul>
]]></description><link>https://community.notepad-plus-plus.org/post/28</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/28</guid><dc:creator><![CDATA[dail]]></dc:creator><pubDate>Fri, 26 Jun 2015 11:53:01 GMT</pubDate></item><item><title><![CDATA[Reply to Shortcuts! on Thu, 25 Jun 2015 23:52:15 GMT]]></title><description><![CDATA[<p dir="auto">+1 on this.</p>
<p dir="auto">Sometimes it makes sense to have shortcuts for Menu, Macros, Run, Plugins and Scintilla listed separately…and sometimes it doesn’t. I tried to reassign some shortcuts, got into a hopeless snarl, and wound up having to use a mouse script to deassign all shortcuts in all five areas, just to start again with a blank slate.</p>
<p dir="auto">The only way to change the listed order is to edit the XML file - and I can say from experience that one mistake there can lead to N++ resetting the list to default.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/18</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/18</guid><dc:creator><![CDATA[Stefan Travis]]></dc:creator><pubDate>Thu, 25 Jun 2015 23:52:15 GMT</pubDate></item></channel></rss>