Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IntelliJ IDEA disable font increase/decrease on CMD+scroll

I am using IntelliJ IDEA 9.0.2 on Mac OS X - with the Magic Mouse. Whenever I press the command button and move my finger a micrometer or two on the surface of the mouse, IDEA immediately increases or decreases my font size rapidly. How can I disable this feature?

like image 360
arik Avatar asked Aug 14 '10 11:08

arik


People also ask

How do I change font size in Terminal in IntelliJ?

If you need to quickly change the font size while in the editor, press Ctrl+Alt+S to open the IDE settings, go to Editor | General, and select Change font size with Command+Mouse Wheel or Change font size with Control+Mouse depending on your operating system.

How do I make IntelliJ code smaller?

Press Ctrl+Alt+S to open the IDE settings and select Editor | General. Select Change font size with Ctrl/Cmd+Mouse Wheel in: Choose Active editor below that checkbox.

How do I zoom in with scroll in IntelliJ?

I found that you can enable this feature within IntelliJ by opening Preferences ( ⌘, ) > click in the search and then enter the word zoom . Check the box for Change font size (Zoom) with Command+Mouse Wheel . Now you can hold down the Command and scroll your mouse wheel to zoom in and zoom out. Thanks!

How do I reduce the font size on my mouse?

Mouse shortcut To do this hold down the Ctrl key and scroll up to increase the font size or down to decrease the font size.


1 Answers

Settings | Editor | Enable Ctrl+MouseWheel changes font size

(On Mac it would be Preferences | Editor | General | Enable CMD+MouseWheel changes font size.)

like image 123
CrazyCoder Avatar answered Oct 04 '22 11:10

CrazyCoder