ubuntu20.04 更改鼠标滚动速度
Posted wgchen~
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu20.04 更改鼠标滚动速度相关的知识,希望对你有一定的参考价值。
阅读目录
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"
至此大功告成!!!
以上是关于ubuntu20.04 更改鼠标滚动速度的主要内容,如果未能解决你的问题,请参考以下文章