标签:mamicode style 自启 control 滑动 png details http highlight
1、安装imwheel
sudo apt-get install imwheel
2、更改配置
sudo gedit ~/.imwheelrc
在打开的imwheelrc文件中添加下面的内容:
".*" None, Up, Button4, 5 None, Down, Button5, 5 Control_L, Up, Control_L|Button4 Control_L, Down, Control_L|Button5 Shift_L, Up, Shift_L|Button4 Shift_L, Down, Shift_L|Button5
第二三行中"5"表示滚轮速度,默认是“3”,推荐“5”。通过更改这个值,可以控制鼠标的滚动速度。
3、执行imwheel命令,从而使配置生效
imwheel
4、这样的配置在再次开机之后便不再生效了,所以设置为开机自启动。
打开开机自启应用管理
gnome-session-properties
这弹出的编辑启动程序命令中输入:imwheel --kill --buttons "4 5"
至此大功告成!!!
参考博客:https://blog.csdn.net/a244068468/article/details/88364226,侵权则删。
在ubuntu18.04中使用chorme浏览器,发现鼠标向下滑动速度真的很慢!更改鼠标滚动速度解决!!
标签:mamicode style 自启 control 滑动 png details http highlight
原文地址:https://www.cnblogs.com/wyhluckdog/p/13081350.html