https://bugs.kde.org/show_bug.cgi?id=398747
Valeriy Malov <jazzv...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 --- Comment #3 from Valeriy Malov <jazzv...@gmail.com> --- For some reason, xsetwacom shows that all buttons are mapped to "mouse" buttons instead of keys. It also reports 5 buttons instead of 4, which actually might be causing the problem. A) Do you have a file ~/.config/tabletdblocalrc? If you have it, can you delete it, re-login and see if this fixes the issue? B) If you don't have it, I can suggest as a workaround to try the following: 1) Make sure your pad buttons aren't mapped to anything (e.g. like they were when you posted xsetwacom output where buttons are set to button +1, button +2 etc.). If they are mapped to something that's not a mouse button, run xsetwacom set "Wacom Intuos S 2 Pad pad" "Button" "1" xsetwacom set "Wacom Intuos S 2 Pad pad" "Button" "2" xsetwacom set "Wacom Intuos S 2 Pad pad" "Button" "3" xsetwacom set "Wacom Intuos S 2 Pad pad" "Button" "8" xsetwacom set "Wacom Intuos S 2 Pad pad" "Button" "9" to unmap them. 2) Run kde_wacom_tabletfinder (Wacom Tablet Finder), run "Map Hardware Buttons" and click your 4 buttons while the cursor is inside the dialog. This should register 4 different button clicks, each with one of the numbers: 1,2,3,8,9. Click save. 3) Re-attach the tablet or re-login and see if this fixed the issue. Buttons might be out of order depending on which order you've clicked them but in the end all 4 should be accessible. For some reason driver seems to report that the device has 5 buttons and not 4, I'll need some time to look into how libwacom reports button mapping fro this USB ID. -- You are receiving this mail because: You are watching all bug changes.