Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to set the mouse wheel scrolling speed in IntelliJ?

Is there a way to set the mouse wheel scrolling speed for an editor window? I think it's too fast. I'm running IntelliJ IDEA 8.1.4 on Mac OS 10.6.2.

like image 432
Arne Evertsson Avatar asked Dec 07 '09 05:12

Arne Evertsson


People also ask

How do I change the speed of my mouse roller?

In the search box, type mouse, and then click Mouse. Click the Pointer Options tab, and then do any of the following: To change the speed at which the mouse pointer moves, under Motion, move the Select a pointer speed slider toward Slow or Fast.

How do I enable control scroll in Intellij?

To enable mouse zoom, you need to turn it on explicitly. Go to Preferences > Editor > General and select Change font size with Command+Mouse Wheel (on Mac) or Change font size with Control+Mouse (on Windows/Linux). Click OK to apply the changes and close the dialog or click Apply to keep the dialog open.

How do I scroll so fast?

Easy to use To activate the increased speed, hold the Alt key while scrolling.


2 Answers

There is no option for this feature

like image 112
qwazer Avatar answered Oct 02 '22 14:10

qwazer


I found it. It’s called idea.inertial.smooth.scrolling.unit.increment

You can find the option in the Registry (Help / Find action / type Registry)

like image 20
teomor Avatar answered Oct 02 '22 12:10

teomor