Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable Editor pinch to zoom in Android Studio?

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?

like image 824
Harvey Avatar asked Oct 27 '20 10:10

Harvey


People also ask

How do I enable pinch zoom on Android?

Open your device's Settings app . Tap Accessibility, then tap Magnification. Turn on Magnification shortcut.

How do you zoom out on Android emulator?

Yes, Holding Ctrl key while left click your mouse. For example, it works well while using google map. Also, you can double left or right click to zoom in and double left or right click + Ctrl to zoom out.


1 Answers

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

like image 152
JS WilProf Avatar answered Oct 23 '22 10:10

JS WilProf