Bug 68377 - incorrect button mapping when multiple mouses present
Summary: incorrect button mapping when multiple mouses present
Status: RESOLVED DUPLICATE of bug 68372
Alias: None
Product: kcontrol
Classification: Miscellaneous
Component: kcminput (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Patrick Dowler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-16 15:47 UTC by Verdi March
Modified: 2003-11-16 16:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Verdi March 2003-11-16 15:49:25 UTC
Version:            (using KDE KDE 3.1.4)
Installed from:    SuSE RPMs
OS:          Linux

The mouse mapping (left-handed) is applied only to the
first/core mouse. The first mouse is ps/2, the second
one (which map incorrectly) is a usb mouse.

.kde/share/config/kcminputrc
============================
[Mouse]
Acceleration=3
MouseButtonMapping=LeftHanded


XF86Config
==========
Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[0]"
  Option       "ButtonNumber" "5"
  Option       "Device" "/dev/mouse"
  Option       "Name" "Autodetection"
  Option       "Protocol" "imps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "ButtonNumber" "5"
  Option       "Device" "/dev/usbmouse"
  Option       "Name" "Autodetection"
  Option       "Protocol" "imps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
EndSection

Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[0]" "CorePointer"
  InputDevice  "Mouse[1]" "SendCoreEvents"
...
Comment 1 Thiago Macieira 2003-11-16 16:00:03 UTC
Closing duplicate.

*** This bug has been marked as a duplicate of 68372 ***