!!!imwheelを使う !!インストール !CentOSの場合 http://rpm.pbone.net/info_idpl_15160595_distro_redhat_el_6_com_imwheel-1.0.0-4_pre12.el6.x86_64.rpm.html あたりからRPMをダウンロード !debian系 apt install imwheel !!設定 vim ~/.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 # # 複合も可能 # Shift_L|Control_L, Up, Shift_L|Control_L|Button4 # google chromeのスクロール速度変更 "google-chrome$" 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 !!起動 imwheel 設定中は killall imwheel; imwheel で再起動しながら設定すると楽 !!自動起動 自動起動させたいときは /usr/bin/imwheel を自動起動に設定が必要 {{category2 OS,Linux}}