51

I am coming from Windows and miss the feature that allows to increase/decrease the text size in many applications (Chrome, PDF readers, Text editors,...) by using CTRL-MouseWheel. Instead the size of the whole display increases which is not what I want.

Any help appreciated

Vladtn
  • 633

15 Answers15

23

I made Mac Mouse Fix.

It lets you zoom in and out by scrolling while holding the Command (⌘) key. It works just like pinch-to-zoom on an Apple Trackpad.

It works great in Safari, Logic Pro, and everywhere else where pinch-to-zoom on an Apple Trackpad works.

On top of that it's open source, easy to use, 100% free, and it also has a bunch of other cool features that make your mouse better!

Download | GitHub


Update

I've made some changes to the pricing model:

  • Mac Mouse Fix 2
    Remains 100% free, and I plan to keep supporting it.
    Download
  • The latest version of Mac Mouse Fix
    Free for 30 days, costs a few dollars to own.
    Download

Thanks for your support!

By the way: In the latest version of Mac Mouse Fix you can now also zoom in and out by scrolling while holding a mouse button - so you only need one hand. I hope you enjoy the app!

17

Per-app "zooming" (and text resizing) is common on the Mac via pinch/unpinch gestures on trackpads, and via keyboard shortcuts like Cmd+ and Cmd-, but it's not common via the scroll wheel.

Full-screen zooming via the scroll wheel can be enabled in the Universal Access pane of System Preferences.

Spiff
  • 110,156
16

There's no such feature on the Mac - as you say, the only equivalent feature is to zoom the whole screen, when you turn on 'Zoom' in the Universal Access preference pane. To increase just the text size, you'll need to see if there's an option for this in individual programs' menus (as there is for some browsers, for example - e.g. in Safari, select 'Zoom Text Only' from the View menu, and then 'Zoom in' or 'Zoom out' from that menu).

tog22
  • 972
  • 3
  • 12
  • 21
9

Logitech mouse can easily setting up Zoom gestures on Logi Options app, the app can be downloaded from Logitech website.

Option 1: Use the preset gestures for zoom in/out and smart zoom

enter image description here enter image description here

Option 2: Customise gestures by zooming using scroll wheel

enter image description here enter image description here

codeye
  • 191
4

If you use a Logitech mouse on Logi Options app; go to any button control and switch it to "zoom with mouse wheel". you can then use the programmed button as a "modifier" to switch the wheel from scrolling to zooming in preview and safari. This works really well for me so far. In preview it even scrolls to the cursor center!

3

"I'm a PC" but I have had to convert to Mac, for work. BetterTouchTool has saved most of my hair the last few weeks.

Through this app you can customise your Mac to do all sorts of things that you would normally do on your PC, like WIN + LEFTARROW etc.

You can also set application specific gestures etc whereby you can add the zoom in/out feature of Chrome - just like for the PC.

Try it out!

kenorb
  • 26,615
Masen72
  • 41
3

Command(plus)+ and Command(plus)- works in TextEdit.

I switched to Mac 1 year ago and I remember the weird feeling i use to get when Ctrl won't work like the way i wanted to.

Usually you can use Command button as equivalent to Windows Control button. e.g. Ctrl+C = Command+C

To increase/decrease size in browser, you can swipe two fingers outward to Zoomin and two fingers inward to Zoom-out.

As you will find out, zoom is much more Easier to do in Mac.

Tip: You can also Press control button and while keeping it pressed, use two finders upward and downward to Zoom the whole screen.

2

IF trying to zoom in and out of pdfs in Adobe, do the following:

Open Adobe Acrobat- Go to preferences- Under the "General" tab, select "Make hand tool use mouse-wheel zooming"- Click Ok- Done

This will allow you to zoom in just on the pdf that you are viewing using just the scroll wheel. You do not have to hold down control while doing this.

Matt
  • 21
1

I found a solution that works on mac on all chrome like browsers which is an extension called Zoomba you can find it in google extensions store, it enables you to press ctrl+scroll with mouse to zoom in as what exist in Windows and Linux.

Element
  • 11
1

I have managed to make BetterTouchTool do this.

If you go into Normal Mouse, you can then add triggers for holding down Command and scrolling up or scrolling down.

I've then assigned Cmd + + (technically Cmd + =) and Cmd + - to each mouse trigger, and since most apps support that combo for zooming, I can now zoom in and out with Command and scrolling.

I've also gone into Normal Mouse Scrolling and reduced the scroll delay as far as it will let me to speed up the responsiveness. It's not as fast as Windows, but it will do for me, and it saves me having to install yet another utility to get functionality I miss from Windows! (I already use BTT for other functions)

BTT settings

Destroy666
  • 12,350
1

On many versions of MacOS (incl. the latest v.15.4 Sequoia), you can enable this Accessibility option:

enter image description here

Settings -> Accessibility -> Use scroll gesture with modifier keys to zoom
1

Sort of same situation here. I found that using Ctrl + Cmd (or Ctrl + Alt) and the wheel (actually, two finger scrolling as I'm using a trackpad) works for zooming in and out in MS Office for the Mac. It seems like somehow adding a key to the combo overrides the usual whole screen zooming typical of the Mac.

Anyhow, I just found this behaviour in Office. Other apps work as mentioned in other answers: use the pinch gesture, of Cmd + Plus or Cmd + Minus for zooming in and out.

My configuration: MacOS X 10.6.4. Office 2011.

Marko
  • 304
  • 4
  • 6
  • 19
Willy
  • 11
1

First check this link for:

1- Mac Pro and iMac

2- MacBook Pro (or MacBook)

3- Mac OS X with a Magic Mouse

Also this link shared a user's experience about how he found a workaround. He Turned off his iMac, changed his mouse for an Apple one then turned his iMac back on. The option became available, thus he checked it and changed the mouse again.

If you have not been able to work it out, I suggest you look into the preference of your mouse third-party software. It has most likely an option enabling you to do so as I made it work for my Logitech with Unifying Dongle.

1

There are two quick ways to zoom in/out on browser windows.

  1. Hold the Ctrl key down, and push or pull the scroll-wheel on your mouse.
  2. Hold the Cmd key down, and press the + key to zoom in (make the image bigger), or the - key to zoom out.

Lastly, Cmd-0 brings you back to a "normal" screen having used either method above.

NOTE: you do NOT have to Shift when using the + key, so basically it's the = key.

Firefox has a View->Zoom menu with a "Zoom Text Only" check box that appears to work. Images do NOT change size. Safari also has that option under its View menu.

0

For Firefox and Librewolf, you can enable text zoom with CONTROL/CMD + scroll wheel in their advanced config.

To get to advanced config, type 'about:config' in the address bar and accept the risk.

If you want to use the Control key + scroll wheel, search for 'mousewheel.with_control.action' and change the value to 3.

To use the CMD key + scroll wheel, search for mousewheel.with_meta.action and change the value to 3.

Happy zooming!

JS.
  • 121