<?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[Keyboard shortcut CTRL+ &amp; (azerty  kb)]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Is there a way to bind CTRL+&amp; in notepad++ ?<br />
I want to use it as a replacement to CTRL+1 (works well on qwerty but not on azerty) for switching betweens files/tabs.<br />
I’m using an azerty keyboard and it seems impossible with the default shortcup mapper menu.</p>
<p dir="auto">Of course I also want to bind “CTRL+é” for the 2nd tabs etc…</p>
<p dir="auto">Thanks for the help</p>
<p dir="auto">Best regards</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/13321/keyboard-shortcut-ctrl-azerty-kb</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 19:16:51 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/13321.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 20 Feb 2017 18:01:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Keyboard shortcut CTRL+ &amp; (azerty  kb) on Tue, 21 Feb 2017 13:00:47 GMT]]></title><description><![CDATA[<p dir="auto">If  you download the Notepad++ source code, there is a file called <strong>keys.h</strong> in the <strong>…/PowerEditor/src/</strong> directory which contains the <strong>hex</strong> values which correspond to the <strong>decimal</strong> (which makes it harder!) <strong>Key=</strong> values in your shortcuts.xml file.</p>
<p dir="auto">The file called <strong>menuCmdID.h</strong> in the same folder can be of help with the ID= values.  Also <strong>scintilla.h</strong> in the <strong>…/scintilla/include/</strong> directory.</p>
<p dir="auto">At one time <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/195">@guy038</a> was attempting to compile all of this information together in a document (see <a href="https://notepad-plus-plus.org/community/topic/12576/list-of-all-assigned-keyboard-shortcuts/6" rel="nofollow ugc">https://notepad-plus-plus.org/community/topic/12576/list-of-all-assigned-keyboard-shortcuts/6</a>).  I wonder if he ever found a good place to post the results…</p>
]]></description><link>https://community.notepad-plus-plus.org/post/22043</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/22043</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Tue, 21 Feb 2017 13:00:47 GMT</pubDate></item><item><title><![CDATA[Reply to Keyboard shortcut CTRL+ &amp; (azerty  kb) on Tue, 21 Feb 2017 06:15:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7790">@Yannouu</a><br />
Not sure, but good chance that editing shorcuts.xml in your user’s <code>Application Data\Notepad++</code> will do the trick.<br />
It looks like that:</p>
<pre><code>&lt;InternalCommands&gt;
    &lt;Shortcut id="41003" Ctrl="yes" Alt="no" Shift="no" Key="115" /&gt;
&lt;/InternalCommands&gt;
</code></pre>
<p dir="auto">You need to identify  the ID which i the action. For that you can observe its current state, make arbitrary change in the GUI <code>Shortcut Mapper</code> to the action you want to modify and see what changed.<br />
Knowing the ‘Key’ code is more tricky. Not sure exactly what it stands for and don’t have the time to lookup the source. I think it is some internal enumeration of Scintilla or Notepad++. I hope it covers the non-querty keys you need.<br />
After you edit it you will probably need to restart Notepad++.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/22038</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/22038</guid><dc:creator><![CDATA[gstavi]]></dc:creator><pubDate>Tue, 21 Feb 2017 06:15:13 GMT</pubDate></item></channel></rss>