<?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[Disable zoom shortcuts on Opera]]></title><description><![CDATA[<p dir="auto">Hello, I have a very annoying problem on Opera.</p>
<p dir="auto">Whenever I try to use the + or the - button on Facebook (Italian layout, I need these keys to do * and _), the page automatically zooms in and out.</p>
<p dir="auto">How can I disable these shortcuts?</p>
]]></description><link>https://forums.opera.com/topic/8045/disable-zoom-shortcuts-on-opera</link><generator>RSS for Node</generator><lastBuildDate>Tue, 17 Mar 2026 07:51:14 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/8045.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 06 Feb 2015 18:45:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Disable zoom shortcuts on Opera on Sat, 07 Feb 2015 22:15:00 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/1029531">@l33t4opera</a>, it worked! <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=f58hvca1lju" class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes" title=":D" alt="😃" /></p>
]]></description><link>https://forums.opera.com/post/66565</link><guid isPermaLink="true">https://forums.opera.com/post/66565</guid><dc:creator><![CDATA[kaleidonkep99]]></dc:creator><pubDate>Sat, 07 Feb 2015 22:15:00 GMT</pubDate></item><item><title><![CDATA[Reply to Disable zoom shortcuts on Opera on Sat, 07 Feb 2015 13:47:45 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forums.opera.com/uid/76855">@kaleidonkep99</a>, you can disable them as follows:</p>
<ol>
<li>
<p dir="auto">Start the Opera, and go to Opera's menu, select "About Opera", copy the path to the profile, and close the Opera,</p>
</li>
<li>
<p dir="auto">Open Windows Explorer (WinKey+E), and paste the path into the address bar, find the "Preferences" file, and make its copy e.g. "Preferences-back" (in case, that you make a mistake in the syntax, you can overwrite the original file with the copy, to revert the changes), and then open the "Preferences" file in your text editor,</p>
</li>
<li>
<p dir="auto">At the top of the file (in the 2nd line), after the 1st occurrence of the "{" sign, add the code as below:</p>
</li>
</ol>
<pre><code>
   "Keybindings": {
      "Basic": {
         "ZoomIn": [ "Ctrl+OemPlus", "Ctrl+Shift+OemPlus", "Shift+OemPlus", "Ctrl+Plus", "Plus" ],
         "ZoomOut": [ "Ctrl+OemMinus", "Ctrl+Minus", "Minus" ]
      },
      "Settings": {
         "AdvancedEnabled": true
      }
   },
</code></pre>
<p dir="auto">after you add the code, it should look as below:</p>
<pre><code>
{
   "Keybindings": {
      "Basic": {
         "ZoomIn": [ "Ctrl+OemPlus", "Ctrl+Shift+OemPlus", "Shift+OemPlus", "Ctrl+Plus", "Plus" ],
         "ZoomOut": [ "Ctrl+OemMinus", "Ctrl+Minus", "Minus" ]
      },
      "Settings": {
         "AdvancedEnabled": true
      }
   },
</code></pre>
<p dir="auto"><strong>Slight notes</strong>:</p>
<ul>
<li>
<p dir="auto">if the sections as above already exist, then you should edit them, to be the same as above, and do not add new,</p>
</li>
<li>
<p dir="auto">the value of the "AdvancedEnabled" can be "false", in case that you don't use advanced keyboard shortcuts.</p>
</li>
</ul>
<p dir="auto">Save the changes, close the file, launch the Opera, and see if this helps <img src="https://forums.opera.com/assets/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=f58hvca1lju" class="not-responsive emoji emoji-emoji-one emoji--winking_face" title=";-)" alt="😉" /></p>
]]></description><link>https://forums.opera.com/post/66535</link><guid isPermaLink="true">https://forums.opera.com/post/66535</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sat, 07 Feb 2015 13:47:45 GMT</pubDate></item><item><title><![CDATA[Reply to Disable zoom shortcuts on Opera on Sat, 07 Feb 2015 00:44:31 GMT]]></title><description><![CDATA[<p dir="auto">Opera 27.0.1689.66.</p>
]]></description><link>https://forums.opera.com/post/66505</link><guid isPermaLink="true">https://forums.opera.com/post/66505</guid><dc:creator><![CDATA[kaleidonkep99]]></dc:creator><pubDate>Sat, 07 Feb 2015 00:44:31 GMT</pubDate></item><item><title><![CDATA[Reply to Disable zoom shortcuts on Opera on Fri, 06 Feb 2015 18:52:09 GMT]]></title><description><![CDATA[<p dir="auto">Which Opera?</p>
]]></description><link>https://forums.opera.com/post/66488</link><guid isPermaLink="true">https://forums.opera.com/post/66488</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 06 Feb 2015 18:52:09 GMT</pubDate></item></channel></rss>