Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How to differentiate between the full zoom and text-only zoom by using keys (Ctrl++) or mouse (Ctrl+scroll)?

  • 2 பதிலளிப்புகள்
  • 3 இந்த பிரச்னைகள் உள்ளது
  • 1 view
  • Last reply by cor-el

Beside the normal keys/mouse zooming in/out that actually uses "full zoom" (i.e. text AND images are resized), I'd like to know if there is an additional key-shortcut that I can use just to zoom in/out only the text (e.g. Ctrl+Alt+scroll = text-only zoom)?

Thanks.

Beside the normal keys/mouse zooming in/out that actually uses "full zoom" (i.e. text AND images are resized), I'd like to know if there is an additional key-shortcut that I can use just to zoom in/out only the text (e.g. Ctrl+Alt+scroll = text-only zoom)? Thanks.

Saran மூலமாக திருத்தப்பட்டது

All Replies (2)

Nope, the option for Zoom Text Only / full page zoom isn't selectable from the keyboard. Whichever of those 2 options is selected in View > Zoom is what the keyboard / mouse does. Have you checked the Addons website for an extension that might provide a feature like that?

https://addons.mozilla.org/en-US/firefox/

You can use Alt + V Z T to toggle the Zoom Text Only setting

You can also use this code in Keyconfig or a other extensions that allow to program a button like Custom Buttons 2

var prefs = Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefService).getBranch("");
var pname = "browser.zoom.full", pvalue = prefs.getBoolPref(pname); prefs.setBoolPref(pname, !pvalue);