https://bugs.kde.org/show_bug.cgi?id=184039

--- Comment #6 from Oded Arbel <o...@geek.co.il> ---
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).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to