<?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[Allow to avoid opening menu when pressing ALT key]]></title><description><![CDATA[<p dir="auto">This issue happens in many other modern webapps too. Opera Team, please give the users an option to re-map or disable this key. The "Alt" key opening the Context Menu from top-left is very annoying and hinders with custom hotkeys of other web-apps.</p>
<p dir="auto">Our entire company and all our clients have shifted to other browsers just because of this issue.</p>
<p dir="auto">The "Open main menu" in "Keyboard shortcuts" already provides a shortcut key to access this Menu. There is no need to map a single-click "Alt" key to this Menu.</p>
]]></description><link>https://forums.opera.com/topic/72521/allow-to-avoid-opening-menu-when-pressing-alt-key</link><generator>RSS for Node</generator><lastBuildDate>Tue, 16 Jun 2026 22:48:41 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/72521.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 21 Jun 2024 06:26:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Allow to avoid opening menu when pressing ALT key on Wed, 03 Jul 2024 12:43:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/122">@burnout426</a> - This issue was not happening for so many years, but after an update in 2023, this issue started happening.</p>
<p dir="auto">Keyboard shortcuts in modern web-apps are working fine in all other Browsers.</p>
<p dir="auto">Requesting Opera team to please analyze and solve this annoying issue.</p>
]]></description><link>https://forums.opera.com/post/354857</link><guid isPermaLink="true">https://forums.opera.com/post/354857</guid><dc:creator><![CDATA[jas12]]></dc:creator><pubDate>Wed, 03 Jul 2024 12:43:59 GMT</pubDate></item><item><title><![CDATA[Reply to Allow to avoid opening menu when pressing ALT key on Sat, 22 Jun 2024 06:11:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/122">@burnout426</a> -<br />
Yes. Thats right. But we have our own AHK hotkey mappings for many modern web-apps, like example, if we press a certain key on keyboard, our AHK script fires "Alt+T", "Alt+G" etc.</p>
<p dir="auto">And these "Alt" based shortcuts are already set in websites/apps, hence we cannot change them. Hence we have created customized AHK key-mappings (based on our client preferences) which send these "Alt" shortcuts.</p>
<p dir="auto">So even after we block Alt/F1 using your above script, the "Alt Menu" and "F1" still gets triggered when our AHK script<br />
sends "Alt+T", "Alt+G" etc.</p>
]]></description><link>https://forums.opera.com/post/353961</link><guid isPermaLink="true">https://forums.opera.com/post/353961</guid><dc:creator><![CDATA[jas12]]></dc:creator><pubDate>Sat, 22 Jun 2024 06:11:33 GMT</pubDate></item><item><title><![CDATA[Reply to Allow to avoid opening menu when pressing ALT key on Sat, 22 Jun 2024 05:43:50 GMT]]></title><description><![CDATA[<p dir="auto">operanoaltnof1.ahk:</p>
<pre><code>#Requires AutoHotkey v2.0

; Disable F1 key only when Opera is the active window
#HotIf WinActive("ahk_exe opera.exe")
F1::return
Alt::return
#HotIf
</code></pre>
<p dir="auto">That works for me on Windows 11 to block alt and F1 only in Opera. Tested with both Opera and Opera GX.</p>
<p dir="auto">Edit: Never mind. It doesn't work for alt. Had to take focus off the address field after startup to really test.</p>
]]></description><link>https://forums.opera.com/post/353960</link><guid isPermaLink="true">https://forums.opera.com/post/353960</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Sat, 22 Jun 2024 05:43:50 GMT</pubDate></item><item><title><![CDATA[Reply to Allow to avoid opening menu when pressing ALT key on Fri, 21 Jun 2024 08:44:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/122">@burnout426</a> - i already tried it. It didnt work for "Alt". Opera should give an option to disable the shortcut keys for such things which people almost never use.</p>
<p dir="auto">In the last 5+ yrs i have never heard of anyone using "Alt" Menu or "F1" Help of Opera. I am repeating (and requesting) this again, its high time Opera should remove these hotkeys (shortcut keys).</p>
<p dir="auto">Its more of a nuisance than a useful feature.</p>
]]></description><link>https://forums.opera.com/post/353896</link><guid isPermaLink="true">https://forums.opera.com/post/353896</guid><dc:creator><![CDATA[jas12]]></dc:creator><pubDate>Fri, 21 Jun 2024 08:44:49 GMT</pubDate></item><item><title><![CDATA[Reply to Allow to avoid opening menu when pressing ALT key on Fri, 21 Jun 2024 06:30:27 GMT]]></title><description><![CDATA[<p dir="auto">As a workaround, see <a href="https://forums.opera.com/topic/61278/can-you-turn-off-the-help-tab">https://forums.opera.com/topic/61278/can-you-turn-off-the-help-tab</a>. That method might work for the Alt key too. Didn't test though.</p>
]]></description><link>https://forums.opera.com/post/353894</link><guid isPermaLink="true">https://forums.opera.com/post/353894</guid><dc:creator><![CDATA[burnout426]]></dc:creator><pubDate>Fri, 21 Jun 2024 06:30:27 GMT</pubDate></item></channel></rss>