Ubuntu 更改鼠標滾輪速度


1.安裝imwheel

sudo apt-get install imwheel

2.更改配置

sudo gedit ~/.imwheelrc

輸入以下內容:

".*"
None,      Up,   Button4, 3
None,      Down, Button5, 3
Control_L, Up,   Control_L|Button4
Control_L, Down, Control_L|Button5
Shift_L,   Up,   Shift_L|Button4
Shift_L,   Down, Shift_L|Button5

 

第二三行中"3"表示滾輪速度,默認是“3”.根據實際情況調整,我在虛擬機里用的是2.

3.打開開機自啟應用管理

gnome-session-properties

4.配置開啟自啟項

點擊添加,名稱:imwheel,命令:

imwheel --kill --buttons "4 5"

 

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM