41

Can I use the middle click mouse button so I can scroll down faster, like in Windows?

When I am in Windows and I press the middle click somewhere I can scroll in, a 4-way pointer shows on the screen, and when I move the mouse in any direction, the window will scroll in that direction even without continuing to press the middle button.

Is there anything like this in Ubuntu? How can I do this, especially in Chrome!

mwfearnley
  • 3,317
  • 2
  • 22
  • 28
Anast
  • 411
  • 1
  • 4
  • 3
  • 1
    i guess this is related to each separate application. are you talking about internet browsers only? for ff see http://askubuntu.com/q/908/47206 –  Dec 15 '12 at 15:50
  • 3
    Check my answer here. Works with any application without the need of install anything. – Pablo Bianchi Feb 03 '18 at 18:26
  • 1
    Maybe it's not a duplicate because some people(me included) would like this feature in non browser aplications, for example Nautilus. – Then Enok Oct 03 '18 at 18:55

4 Answers4

47

It is natively available in Firefox. In recent versions (tested in version 106.0.1), Open the page about:config and set general.autoScroll -> true


Original answer.

It is native in Firefox, at least 41.0.

Go to Preferences ➜ Advanced ➜ General ➜ Browsing ➜ "Use autoscrolling".

On newer versions: Settings ➜ General ➜ Browsing ➜ "Use autoscrolling".

Archisman Panigrahi
  • 28,338
  • 18
  • 105
  • 212
Then Enok
  • 815
22

The AutoScroll extension for Chrome (Chromium) achieves this. After a single click of the middle mouse button the cursor changes, and moving the mouse in a direction will cause the window to scroll in that direction even without continuing to press the middle button. Scrolling stops when a mouse button is pressed (left, centre, or right).

5

If you are using Chrome or Chromium, you can install this chrome app that will enable you scrolling with only the middle button of the mouse, however you have to continue holding the middle button down while scrolling

Farid
  • 708
3

Not really. There are some things I have see to make this kind of work, but I have never seen a true working config.

This article looks at adding the ability to scroll using the TrackPoint in a laptop, by adding a config file into the xorg.conf.d/ folder.

The theory should be the same, but I have never personally seen this work the way you want it to.

mwfearnley
  • 3,317
  • 2
  • 22
  • 28
coteyr
  • 18,288