在Ubuntu 18.04中加速鼠标滚轮

我发现我必须滚动很多才能移动我的页面文本,而Windows则可以选择鼠标滚轮的速度。

Ubuntu是否具有类似的实用程序,如果是,我该如何访问它?

这个解决方案适用于Ubuntu 18.04:

http://www.webupd8.org/2015/12/how-to-change-mouse-scroll-wheel-speed.html

sudo apt-get install imwheel cat > ~/.imwheelrc ".*" None, Up, Button4, 8 None, Down, Button5, 8 Control_L, Up, Control_L|Button4 Control_L, Down, Control_L|Button5 Shift_L, Up, Shift_L|Button4 Shift_L, Down, Shift_L|Button5 

(第二行和第三行末尾的8是加速数字,默认为3

然后添加imwheel --kill --buttons "4 5"作为启动应用程序:

启动截图