gentoofrm n00b

Joined: 05 Mar 2004 Posts: 39
|
Posted: Mon Sep 26, 2005 9:26 pm Post subject: 7 button mouse (Logitech MX700): wheel & thumb |
|
|
After I upgraded KDE from 3.3 to 3.4, my usb mouse didn't work that well, especially wheel, back (thumb), and forward (thum) in KDE.
I thought it was because I changed its usb port, but i wasn't the case.
Somehow, KDE 3.4 requires an autostart file in each user (KDE 3.3 didn't), so I created a file and edited it:
Code: | nano -w ~/.kde/Autostart/imwheel |
Code: | #! /bin/sh
xmodmap -e "pointer = 1 2 3 6 7 4 5" |
Now it's working all right. |
|