码迷,mamicode.com
首页 > 系统相关 > 详细

在ubuntu18.04中使用chorme浏览器,发现鼠标向下滑动速度真的很慢!更改鼠标滚动速度解决!!

时间:2020-06-09 23:55:55      阅读:293      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!