Skip to content

Latest commit

 

History

History

imwheel-tutorual

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Ubuntu 利用 imwheel 修正滾輪速度

Youtube Tutorial - Ubuntu 利用 imwheel 修正滾輪速度

Ubuntu 系統預設無法調整滑鼠滾輪速度,

所以有時候會覺得滑鼠在 Ubuntu 上很難用。

這時候可以透過第三方套件 imwheel 來解決。

安裝 imwheel

sudo apt install imwheel

設定

編輯 ~/.imwheelrc

vim ~/.imwheelrc

~/.imwheelrc 內容為,

".*"
None, Up, Button4, 5
None, Down, Button5, 5
Shift_L,   Up,   Shift_L|Button4, 4
Shift_L,   Down, Shift_L|Button5, 4
Control_L, Up,   Control_L|Button4
Control_L, Down, Control_L|Button5
None,  Thumb1, Control_L|C
None,  Thumb2, Control_L|V

在第 2,3 行中的 5 代表是滾輪速度,

數字越大,速度越快,請自行調整。

最下面兩行是開啟滑鼠側鍵 ( 如果有 ) 功能。

執行

imwheel

修改設定後請重新執行

killall imwheel
imwheel

alt tag

接著就會發現滑鼠好用多了。

設定開機自動啟動

在 Startup Application 中加入 imwheel 指令。

alt tag