问题描述
我正在使用Chrome,滚动速率就像3行,而且速度很慢。我的手指在长页面上很快就累了。系统→首选项→鼠标缺少任何滚轮配置选项。
最佳解决思路
对我来说这个问题(我已经持续了好几个月)是非常超现实的,像大多数人一样,直到我这样做才相信它:
一些MS小鼠有一个滚轮虫。
Try unplugging the USB cable / dongle then plug back in.
此外,我注意到如果您将加密狗插入计算机并且鼠标具有on-off机制,那么您可以关闭鼠标并重新打开。这会重置鼠标和加密狗之间的数据链接。
🙂
次佳解决思路
我也想这样做,我想我经常想在网络浏览器中做这件事(你还有什么地方可以滚动很多mouse-wheel?)
对于谷歌浏览器
无法再使用命令行参数更改滚动量。但是,您可以使用此add-on扩展名:https://chrome.google.com/webstore/detail/chromium-wheel-smooth-scr/khpcanbeojalbkpgpmjpdkjnkfcgfkhb?utm_source=plus
对于Firefox
-
在url字段中,键入
about:config
。 -
搜索以下设置并根据需要更改其值:
mousewheel.system_scroll_override_on_root_content.enabled mousewheel.system_scroll_override_on_root_content.horizontal.factor mousewheel.system_scroll_override_on_root_content.vertical.factor
第三种解决思路
从mouse-wheel上的分类bug #619403加速到xorg-server与this patch的链接,您可以看到正在进行的工作。
此外,还有一个Wiki on how to configure input devices,可以为您提供目前可能的建议:
使用xinput显示输入设备的设置:
xinput --list
为您提供硬件信息xinput query-state "name of device"
列出当前设置(包括鼠标滚轮!)
只有在知道如何设置鼠标后,才能使用适用于您设备的选项使用xinput
更改这些设置。
第四种思路
在chrome中配置鼠标滚轮速度的选项似乎已被删除,但Chromium Wheel Smooth Scroller扩展似乎工作得很好。
第五种思路
更新:
Chrome中的鼠标滚轮设置有一个新的,很棒的扩展。使用它,您可以自定义您的车轮行为:
旧:
请注意,不幸的是,不推荐使用-scroll-pixels并将其从Chrome和Chromium中移除。此标志对滚动速度没有影响。
更多细节:https://code.google.com/p/chromium/issues/detail?id=154776
第六种思路
这也让我烦恼。
以下是从comment here逐字引用的一个选项
sudo apt-get install imwheel
place the following in
~/.imwheelrc
"^google-chrome$" None, Up, Button4, 2 None, Down, Button5, 2
(replace 2 by the number you want to multiply scrolling by)
$ imwheel
-
我在我的启动应用程序中添加了
imwheel
-
我发现多重
2
是正确的。
更新:我发现以下选项实际上禁用了Ctrl +滚动缩放,我非常喜欢。