<?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[Show&#x2F;Hide Tools Panel via Hot Key]]></title><description><![CDATA[<p dir="auto">Unfortunately, I didn’t find a hot key for Show/Hide toolbars. It would be nice if this function existed! Maybe there are some plugins to solve this problem?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/25529/show-hide-tools-panel-via-hot-key</link><generator>RSS for Node</generator><lastBuildDate>Wed, 20 May 2026 04:16:25 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/25529.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 26 Feb 2024 21:00:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Show&#x2F;Hide Tools Panel via Hot Key on Thu, 14 Mar 2024 17:22:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guy038" aria-label="Profile: guy038">@<bdi>guy038</bdi></a> said in <a href="/post/93258">Show/Hide Tools Panel via Hot Key</a>:</p>
<blockquote>
<p dir="auto">notepad.hideToolBar(not(notepad.isToolBarHidden()))</p>
</blockquote>
<p dir="auto">Thanks! It is working via 1 hour of learning PytonScript…<br />
Thanks for all who helped in current problem!</p>
<p dir="auto">Many little thigs in npp can use via monstrous system of plugin, like Firefox philosophy… It is not good! Old Opera and today Vivaldy phylosophia is best: all setting work correctly from installer.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/93566</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93566</guid><dc:creator><![CDATA[kuzduk = kuzduk]]></dc:creator><pubDate>Thu, 14 Mar 2024 17:22:33 GMT</pubDate></item><item><title><![CDATA[Reply to Show&#x2F;Hide Tools Panel via Hot Key on Tue, 27 Feb 2024 13:59:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a> said in <a href="/post/93254">Show/Hide Tools Panel via Hot Key</a>:</p>
<blockquote>
<p dir="auto">notepad.hideToolBar</p>
</blockquote>
<p dir="auto">Whoops.  I forgot that command already existed for PythonScript.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/93261</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93261</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 27 Feb 2024 13:59:07 GMT</pubDate></item><item><title><![CDATA[Reply to Show&#x2F;Hide Tools Panel via Hot Key on Tue, 27 Feb 2024 11:21:13 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="/user/kuzduk-kuzduk" aria-label="Profile: kuzduk-kuzduk">@<bdi>kuzduk-kuzduk</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: peterjones">@<bdi>peterjones</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/coises" aria-label="Profile: coises">@<bdi>coises</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: ekopalypse">@<bdi>ekopalypse</bdi></a> and <strong>All</strong>,</p>
<p dir="auto">Or even <strong>better</strong> :</p>
<pre><code class="language-py">notepad.hideToolBar(not(notepad.isToolBarHidden()))
</code></pre>
<p dir="auto">So, you get the <strong>previous</strong> <strong><code>ToolBar</code></strong> status when running it <strong>twice</strong> !</p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/93258</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93258</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Tue, 27 Feb 2024 11:21:13 GMT</pubDate></item><item><title><![CDATA[Reply to Show&#x2F;Hide Tools Panel via Hot Key on Tue, 27 Feb 2024 07:33:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kuzduk-kuzduk" aria-label="Profile: kuzduk-kuzduk">@<bdi>kuzduk-kuzduk</bdi></a></p>
<p dir="auto">If I understand it correctly, then the PythonScript plugin and two scripts should do what you want</p>
<pre><code>notepad.hideToolBar(True)
</code></pre>
<pre><code>notepad.hideToolBar(False)
</code></pre>
]]></description><link>https://community.notepad-plus-plus.org/post/93254</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93254</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Tue, 27 Feb 2024 07:33:01 GMT</pubDate></item><item><title><![CDATA[Reply to Show&#x2F;Hide Tools Panel via Hot Key on Mon, 26 Feb 2024 22:05:39 GMT]]></title><description><![CDATA[<p dir="auto">My guess is that <a href="https://www.autohotkey.com/" rel="nofollow ugc">AutoHotKey</a> could manage this sort of thing (launching Preferences and toggling the correct control, as <a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a> describes above). I don’t use it or know enough about it to propose details, but if you’re interested in learning, you might try their forums for help.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/93249</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93249</guid><dc:creator><![CDATA[Coises]]></dc:creator><pubDate>Mon, 26 Feb 2024 22:05:39 GMT</pubDate></item><item><title><![CDATA[Reply to Show&#x2F;Hide Tools Panel via Hot Key on Mon, 26 Feb 2024 21:21:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/kuzduk-kuzduk" aria-label="Profile: kuzduk-kuzduk">@<bdi>kuzduk-kuzduk</bdi></a> ,</p>
<p dir="auto">The builtin toolbar is displayed or hidden using the <a href="https://npp-user-manual.org/docs/preferences/#general" rel="nofollow ugc">Settings &gt; Preferences &gt; General &gt; Toolbar &gt; Hide</a> checkbox.</p>
<p dir="auto">The items in the Preferences dialog cannot be accessed using keyboard shortcuts.</p>
<p dir="auto">The way Notepad++ is currently implemented, the Plugin API doesn’t give a hook to plugins to change settings, so the only way a plugin could do that would be to dive deep using esoteric win32 api commands to essentially launch the preferences and toggle that option for you.  The “<a href="https://sourceforge.net/projects/npp-customize" rel="nofollow ugc">Customize Toolbar</a>” plugin doesn’t have that feature, but it would seem like a natural fit, since they already hack the toolbar to add new icons – you could try a <a href="https://sourceforge.net/p/npp-customize/feature-requests/" rel="nofollow ugc">feature request for that plugin</a>, though I don’t know how active the plugin owner (<a class="plugin-mentions-user plugin-mentions-a" href="/user/dave-user" aria-label="Profile: dave-user">@<bdi>dave-user</bdi></a>) is.</p>
<p dir="auto">To get it implemented as a keyboard-accessible toggle in native Notepad++, it would require an official feature request be made (process described in our <a href="/topic/15741">FAQ</a>), and would require some major reworking of the way things are done (from what I understand, they would have to remove that option from the Preferences dialog, and instead use a menu command to toggle it, to give the Shortcut Mapper the ability to hook a shortcut to that toggle, though I am not an expert on the internals).</p>
]]></description><link>https://community.notepad-plus-plus.org/post/93247</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93247</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 26 Feb 2024 21:21:05 GMT</pubDate></item></channel></rss>