The issue is similar to this: Thinkpad middle button scrolling
But here, I have an average computer. Basically, when I press the middle button in Windows and move the cursor a little from the starting position the page starts scrolling which is very convenient because I don't have to scroll the wheel madly.
I looked at the second solution to the question mentioned earlier; the button drop down menu is greyed out.
Thanks in advance.
You can enable it during the current session using the
xinput
command. First of all, determine the ID of the device you want by running thexinput list
command. The output should look something like the following:Note the ID associated with the device you want to enable mouse wheel emulation for, and then run the following two commands:
The first command enables mouse wheel emulation, while the second sets it to activate when the middle (second) button is held. You can disable wheel emulation by running:
I'm wondering if you are talking about 'Autoscrolling' in Firefox here? I don't know how to get the feature system-wide, but if you are looking to enable middle click scrolling in Firefox, go to Edit/Preferences/Advanced/General and click Use autoscrolling. (Note that if you middle-click while hovering on a link, you will open that link in a new tab).
If this is what you want, you should update the question to mention Firefox. If not, sorry I couldn't help.