Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jul 2004 05:00:31 +1000
From:      Andrew Milton <akm@theinternet.com.au>
To:        "Marc G. Fournier" <scrappy@hub.org>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: Logitech Trackman - middle button/wheel
Message-ID:  <20040712190031.GO64690@camelot.theinternet.com.au>
In-Reply-To: <20040712154424.E20939@ganymede.hub.org>
References:  <20040712154424.E20939@ganymede.hub.org>

next in thread | previous in thread | raw e-mail | index | archive | help
+-------[ Marc G. Fournier ]----------------------
| 
| 
| Is there any way of getting X/KDE configured to make use of that as a 
| scroll wheel?  I know under Windows, if I'm focus'd on Mozilla, for 
| instance, I can use it to scroll up/down the page ... any way of doing this 
| under Unix too?

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/sysmouse"
        Option "Buttons" "5"
        Option "ZAxisMapping" "4 5"
EndSection

The Buttons, and the ZAxisMapping part is the important part for scroll
wheels.

-- 
Totally Holistic Enterprises Internet|                      | Andrew Milton
The Internet (Aust) Pty Ltd          |  M:+61 416 022 411   |
ACN: 082 081 472 ABN: 83 082 081 472 |akm@theinternet.com.au| Carpe Daemon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040712190031.GO64690>