とらりもんHOME  Index  Search  Changes  Login

thinkpadの真中スクロールをubuntuで使う!

中ボタンスクロールを有効にする

thinkpadには中ボタンスクロールがありますが、ubuntuでは使えませんでした。それが、 ubuntu9.04で使えるようになります!(他のバージョンではわかりません)

sudo gedit /etc/hal/fdi/policy/mouse-wheel.fdi

以下の文言を追加

   <match key="info.product" string="TPPS/2 IBM TrackPoint">
   <merge key="input.x11_options.EmulateWheel" type="string">true</merge>
   <merge key="input.x11_options.EmulateWheelButton" type="string">2</merge>
   <merge key="input.x11_options.XAxisMapping" type="string">6 7</merge>
   <merge key="input.x11_options.YAxisMapping" type="string">4 5</merge>
   <merge key="input.x11_options.ZAxsisMapping" type="string">4 5</merge>
   <merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
   </match>

そして再起動!

Last modified:2009/05/27 14:52:25
Keyword(s):
References: