トップ 差分 一覧 ソース 置換 検索 ヘルプ PDF RSS ログイン

Linuxでマウスホイールの速度を変える

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

を自動起動に設定が必要

[カテゴリ: OS > Linux]

[通知用URL]



  • Hatenaブックマークに追加
  • livedoorクリップに追加
  • del.icio.usに追加
  • FC2ブックマークに追加

最終更新時間:2022年02月23日 10時45分40秒