<?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[Hidden shortcut ctrl+} ?]]></title><description><![CDATA[<p dir="auto"><code>increase line indent</code>, i’d like to bind <code>ctrl+}</code> to this function, just like in VSCode. I tried bind another shortcut, and link <code>ctrl+}</code> to it with autohotkey. However, it failed, then I found <code>ctrl+}</code> seems to be a hidden shortcut in NPP, jumping to next code block (separated with blank line).</p>
<p dir="auto">Is that so? Any way to modify hidden shortcut? Please give me a hand.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/26461/hidden-shortcut-ctrl</link><generator>RSS for Node</generator><lastBuildDate>Mon, 17 Aug 2026 19:26:38 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26461.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 17 Dec 2024 06:23:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Hidden shortcut ctrl+} ? on Tue, 17 Dec 2024 08:55:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/coises" aria-label="Profile: Coises">@<bdi>Coises</bdi></a> Oh, I see, shift+] = }<br />
Now it works.<br />
Much appreciated!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/98568</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/98568</guid><dc:creator><![CDATA[ydqsbfsyi]]></dc:creator><pubDate>Tue, 17 Dec 2024 08:55:36 GMT</pubDate></item><item><title><![CDATA[Reply to Hidden shortcut ctrl+} ? on Tue, 17 Dec 2024 07:02:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ydqsbfsyi" aria-label="Profile: ydqsbfsyi">@<bdi>ydqsbfsyi</bdi></a> said in <a href="/post/98566">Hidden shortcut ctrl+} ?</a>:</p>
<blockquote>
<p dir="auto"><code>increase line indent</code>, i’d like to bind <code>ctrl+}</code> to this function, just like in VSCode. I tried bind another shortcut, and link <code>ctrl+}</code> to it with autohotkey. However, it failed, then I found <code>ctrl+}</code> seems to be a hidden shortcut in NPP, jumping to next code block (separated with blank line).</p>
<p dir="auto">Is that so? Any way to modify hidden shortcut? Please give me a hand.</p>
</blockquote>
<p dir="auto">If you’re using a typical US keyboard, that would be <code>Ctrl+Shift+]</code>, which on my installation is in Shortcut Mapper on the Scintilla Commands tab as <code>#27, SCI_PARADOWNEXTEND</code>. If yours is the same, you could remove it there, then add it on the Main Menu tab.</p>
<p dir="auto">However, you should be able to find this out by trying to add it on the Main Menu tab. On my system, if I select Increase Line Indent and attempt to add <code>Ctrl+Shift+]</code> the dialog tells me <code>CONFLICT FOUND!</code> and the text box at the bottom of the dialog shows:<br />
<code>Scintilla Commands | 27 SCI_PARADOWNEXTEND (Ctrl+Shift+])</code><br />
which describes the conflict.</p>
<p dir="auto">If <code>}</code> is not <code>Ctrl+Shift+]</code> on your keyboard, then, of course, you’ll need to use whatever combination it is.</p>
<p dir="auto">If the base character (the one on the key) is not on the list of characters from which you can choose, then that sounds like a bug which should be reported.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/98567</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/98567</guid><dc:creator><![CDATA[Coises]]></dc:creator><pubDate>Tue, 17 Dec 2024 07:02:45 GMT</pubDate></item></channel></rss>