Search the web
Sign In
New User? Sign Up
solarisx86
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Thumb button on USB Logitech wheel mouse   Message List  
Reply | Forward Message #10317 of 50165 |
Re: Thumb button on USB Logitech wheel mouse

--- In solarisx86@yahoogroups.com, Cyril Plisko <cyril.plisko@c...> wrote:

> I recall some time ago there was a discussion on configuring
> additional button on modern mice. Can someone hint how to do it ?
> I have a Logitech MouseMan Wheel mouse and its thumb button
> acts as button 4, which is same as scrolling wheel up.
> I'd like to assign something different to it.

The following should work: use the Xsun "wheelmaps" feature to map the
mouse wheel scroll events to button events for buttons that do *not*
exist as physical mouse buttons. For a four button mouse, use buttons
5 & 6 (instead of the standard 4 & 5).

See
<URL:http://blogs.sun.com/roller/page/alanc/20040716#wheel_mouse_support_for_sol\
aris1
>
for the wheelmaps syntax. Almost the same "wheelmaps" syntax should
work with my PS/2 wheel mouse drivers
<URL:http://www.tools.de/solaris/ps2wheel/>.


Then use xmodmap to create a pointer button map, to shuffle around the
the buttons, so that the thumb button 4 is remapped to button 6, and
the scroll button events 5 & 6 get remapped to buttons 4 & 5 (4 & 5
are the buttons most X11 applications expect for mouse wheel scroll
events):

xmodmap -e "pointer = 1 2 3 6 4 5"'





Mon Jul 19, 2004 11:14 am

jkeil2
Offline Offline
Send Email Send Email

Forward
Message #10317 of 50165 |
Expand Messages Author Sort by Date

Hi ! I recall some time ago there was a discussion on configuring additional button on modern mice. Can someone hint how to do it ? I have a Logitech MouseMan...
Cyril Plisko
cyril_plisko
Offline Send Email
Jul 19, 2004
7:49 am

... The following should work: use the Xsun "wheelmaps" feature to map the mouse wheel scroll events to button events for buttons that do *not* exist as...
Juergen Keil
jkeil2
Offline Send Email
Jul 19, 2004
11:14 am

... [snipped] ... $ xmodmap -e "pointer = 1 2 3 6 4 5" xmodmap: commandline:1: bad number of buttons, must have 3 instead of 6 xmodmap: 1 error encountered,...
Cyril Plisko
cyril_plisko
Offline Send Email
Jul 19, 2004
1:00 pm

... of 6 ... Your X server's mouse module seems to be reporting only 3 physical buttons, like this: % xmodmap -pp There are 3 pointer buttons defined. Physical...
Juergen Keil
jkeil2
Offline Send Email
Jul 19, 2004
1:23 pm

... You were quite right. That did the trick. Thanks a lot. Cyril...
Cyril Plisko
cyril_plisko
Offline Send Email
Jul 19, 2004
1:38 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help