2022年6月9日木曜日

Ubuntuでトラックボールのボタンのリマッピング設定の保存

xinputでトラックボールのボタンの設定 の変更


xinput list ,xinput get-button-map,xinput query-state,

xinput set-button-map,xinput --get-button-map

とかを使って設定を決める

/usr/share/X11/xorg.conf.d/40-libinput.conf ファイルの下の方に

設定を書き込む


自分の場合はこれ

Section "InputClass"

Identifier "ELECOM TrackBall Mouse HUGE TrackBall"

MatchProduct "ELECOM TrackBall Mouse HUGE TrackBall"

Driver "libinput"

Option  "ButtonMapping" "1 2 3 4 5 6 7 9 8 10 11 2 2"

EndSection

0 件のコメント:

コメントを投稿

Arduino IDE が "Downloading index: library_index.tar.bz2" で固まる問題

PCとのシリアル通信が原因の一つらしい '/home/usename/.arduino15/packages' を消すといいらしい ので消すと治った IDEの起動中にフリーズしてたのが治った Downloading index: library_ind...