• 0 Posts
  • 32 Comments
Joined 4 months ago
cake
Cake day: August 4th, 2024

help-circle
  • OP, there are two parts to this.

    One is handles by your Desktop Environment for desktop scrolling outside of apps. Others have mentioned this.

    The other is handled directly by browsers.

    To enable this for browsers:

    Firefox: under about:config, the key general.autoScroll needs to be set to true

    Chrome:

    Chrome (and any electron based apps) needs to have the following additional flag added to launch with support for middle click scroll: --enable-blink-features=MiddleClickAutoscroll

    I would also advise you to map 2 of your mouse buttons to scroll up and scroll down, that way you can just hold a key down to scroll instead of shaking your mouse around using the autoscroll arrows.