Results 1 to 3 of 3

Thread: Thinkpad Middle Mouse Button in 8.10

  1. #1
    Join Date
    Feb 2005
    Beans
    2

    Thinkpad Middle Mouse Button in 8.10

    Does anyone here know how to configure the middle mouse button on a thinkpad to scroll instead of act as mouse button 3? Right now if I press it it acts as a middle mouse click, I would like to use it to scroll as it does it Windows. Thanks.

  2. #2
    Join Date
    Oct 2008
    Beans
    10
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Thinkpad Middle Mouse Button in 8.10

    This has been answered elsewhere, and from what I've read may depend on the type of thinkpad you're using. Any any rate, you can try the following (I think this is attributable to a howto on www.thinkwiki.org).

    As root, create the file /etc/hal/fdi/policy/mouse-wheel.fdi

    Code:
    sudo gedit /etc/hal/fdi/policy/mouse-wheel.fdi
    and enter as contents

    Code:
    <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.ZAxsisMapping" type="string">4 5</merge>
      <merge key="input.x11_options.Emulate3Buttons" type="string">true</merge>
    </match>
    Save the file, restart X and see if it worked.

  3. #3
    Join Date
    Apr 2007
    Location
    Ohio, U.S
    Beans
    56
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Thinkpad Middle Mouse Button in 8.10

    Cool thanks. Also, if you have a trackpoint AND a trackpad (say an R500), read this ( http://web.archive.org/web/200610102...cid=MIGR-51536 ). That worked for me on my R500

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •