On Thu, 2009-11-12 at 14:46 -0800, Konstantin Svist wrote: > Hi all, > > Is there a "good" way to make the extra mouse buttons work in F11/F12? > In F8 I used something called btnx to map buttons to actions, is that > still the way to go? > BTW, I use a Logitech VX Revolution. > As others mentioned I think these originally went into xorg.conf. However, with F11 as far as I remember all I did was put an xmodmap command into my .bash_profile file: if [ -n "`echo $DISPLAY | egrep '^(localhost)?:0'`" ]; then xmodmap -e "pointer = 1 17 3 4 5 8 9 6 7 10 11 12 13 14 15 16 2 18 19 20" fi This was for (I think) a Logitech MX performance at work, and something like an M500 at home. The tilting wheel works, but you may want to remap the button numbers to suit your own needs. John. -- John Horne Tel: +44 (0)1752 587287 University of Plymouth, UK Fax: +44 (0)1752 587001 -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines