我有一个Kensington Expert 鼠标轨迹球我在 Ubuntu 上使用。这是一个“即插即用”设置,因此一切都按预期运行。不过,我确实注意到使用滚动环的滚动速度对我来说有点慢。
我研究了 xinput 命令,它看起来很简单,但我的问题是:我需要调整哪一个命令来增加滚动环的速度?
$ xinput list-props 10
Device 'Kensington Expert Wireless TB Mouse':
Device Enabled (187): 1
Coordinate Transformation Matrix (189): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Natural Scrolling Enabled (322): 0
libinput Natural Scrolling Enabled Default (323): 0
libinput Scroll Methods Available (324): 0, 0, 1
libinput Scroll Method Enabled (325): 0, 0, 0
libinput Scroll Method Enabled Default (326): 0, 0, 0
libinput Button Scrolling Button (327): 2
libinput Button Scrolling Button Default (328): 2
libinput Middle Emulation Enabled (329): 0
libinput Middle Emulation Enabled Default (330): 0
libinput Accel Speed (331): 1.000000
libinput Accel Speed Default (332): 0.000000
libinput Accel Profiles Available (333): 1, 1
libinput Accel Profile Enabled (334): 1, 0
libinput Accel Profile Enabled Default (335): 1, 0
libinput Left Handed Enabled (336): 0
libinput Left Handed Enabled Default (337): 0
libinput Send Events Modes Available (307): 1, 0
libinput Send Events Mode Enabled (308): 0, 0
libinput Send Events Mode Enabled Default (309): 0, 0
Device Node (310): "/dev/input/event7"
Device Product ID (311): 1149, 32792
libinput Drag Lock Buttons (338): <no items>
libinput Horizontal Scroll Enabled (339): 1
答案1
我有一个替代方法来增加滚动速度。
步骤 1. 使用命令安装 lm wheel 包
sudo apt-get install imwheel
步骤 2. 从以下位置下载 bash 脚本这里。 将脚本保存在您的主文件夹中。使其可执行。执行脚本以打开一个有助于更改滚动速度的窗口。