10

As a Mac user, you can pinch to zoom the editor in Android Studio because is based on IntelliJ.

But I can't do that anymore in the latest Android Studio version (4.1)

I've already tried:

  • checked Change font size with Command + Mouse Wheel in Editor > General
  • checked actionSystem.mouseGesturesEnabled in Android Studio Registry

No luck at all.

Does anyone have any solution?

Harvey
  • 1,353
  • 1
  • 14
  • 27

1 Answers1

3

I have found a way to Zoom in Android Studio 4.1.1 in macOS 11.1.

  • open Settings with cmd+,
  • on search field in top left corner write: mouse
  • select Editor -> General
  • in Mouse Control area select: Chance font size with Command+Mouse Wheel
  • click in OK Button

General Editor Settings

After this configurations I was able to zoom pressing cmd+two fingers on trackpad.

[]'s

JS WilProf
  • 31
  • 2
  • MacOS 11.1 That's the key point. I'm on 10.5 – Harvey Jan 19 '21 at 10:13
  • I test on macOS 10.13.6 and it works, so cmd+two fingers to zoom does not depends on macOS but Android Studio. Try it on your system. – JS WilProf Jan 20 '21 at 16:36
  • My mistake in the previous comment. My MacOS version is 10.15.4 and I also tried your solution. No luck but I really appreciate your effort. (y) – Harvey Jan 21 '21 at 09:38