Summary: | Left hand mouse and touchpad | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | André <andrepoli> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hashinclude, humbertoarocha, kde-2011.08, nate, oded, zh.yuguang.cn |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Slackware | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
André
2009-02-11 19:57:06 UTC
I can confirm that configuring a left-handed mouse makes clicking on the touchpad produce a secondary mouse button click. This should be corrected. Furthermore, when scrolling is configured for the touchpad edges, it is disabled when the mouse is configured for left-hand usage. One of many annoyances for me when moving from KDE 3.x to KDE 4.2 (Ubuntu 7.10 -> 9.04) This is still an issue with KDE 5.12. Also see bug #220481 which is the same issue - one should be set as a dup of the other. *** Bug 220481 has been marked as a duplicate of this bug. *** *** Bug 393183 has been marked as a duplicate of this bug. *** Workaround for now: 1. After setting your mouse to be left handed, run `xinput list` and note the `id` of the touchpad device. 2. Run `xinput get-button-map <id>`, where "<id>" is the touchpad device id from step 1. For example: `xinput get-button-map 13`. it should show "1 2 3 4 5 6 7". 3. Set a button map that reverses the actions of the primary and secondary "taps", by running: `xinput set-button-map 13 3 2 1 4 5 6 7". After setting up the reverse map, and left-handed mouse in the mouse KCM, primary tap should function as a primary mouse button while a secondary tap (a two finger tap on my system) should function as a secondary mouse button (the left button for a left-handed mouse). *** Bug 264014 has been marked as a duplicate of this bug. *** These settings are now configurable independently for nice and touchpads when using the Libinput driver. |