<?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[Still no shortcut to show&#x2F;hide bookmark bar.]]></title><description><![CDATA[<p dir="auto">In 2023 I still have to use AHK to be able to show/hide bookmark bar by a keyboard shortcut in Opera.<br />
For those of us who don't rely on devs to ever implement it, here is the AHK script in V2 syntax. Pressing ctrl b will toggle the bar.</p>
<pre><code>#Hotif WinActive("ahk_exe opera.exe")
^b:: {
sleep 100
sendinput "{lalt}"
sendinput "b"
sendinput "s"
}
</code></pre>
]]></description><link>https://forums.opera.com/topic/64869/still-no-shortcut-to-show-hide-bookmark-bar</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 10:38:52 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/64869.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 31 Jul 2023 08:41:09 GMT</pubDate><ttl>60</ttl></channel></rss>