📌  相关文章
📜  如何在 ubuntu 20.04 中快速鼠标滚动 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:24.393000             🧑  作者: Mango

代码示例1
how to fast mouse scrolling in ubuntu ?

you have to install a software called imwheel for fasting the scrolling of mouse
sudo apt install imwheel
and then just run below command and set your desired range to speed up mouse scroling
bash <(curl -s http://www.nicknorton.net/mousewheel.sh)

that's it boom.