In ubuntu 20.04 middle mouse button scrolling doesn't working? But in windows 10 it works fine.
I am using Bluetooth intex mouse.
In ubuntu 20.04 middle mouse button scrolling doesn't working? But in windows 10 it works fine.
I am using Bluetooth intex mouse.
Open terminal and run this command:
gsettings set org.gnome.shell.extensions.dash-to-dock scroll-action 'cycle-windows'
xev
. Move the mouse pointer to the window displayed and rest it there. Without moving the mouse or clicking any mouse button, try to make small scroll actions. Note the messages displayed on the terminal window that you started thexev
command. In my system the scroll down action displays... button 5 ...
at the last line and the scroll up action displays... button 4 ...
. – FedKad Jul 03 '21 at 11:05