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

Sebastian Parborg <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Sebastian Parborg <[email protected]> ---
I can confirm this is and issue on Plasma 6.5.

The issue is that the settings app writes (and reads) the wrong button numbers
to `.config/kcminputrc`.

For example on most pens the two buttons has the input nr 331 and 332.
So a valid config file (which still works if you manually add it to the config
file) still works.
Something like this:

[ButtonRebinds][TabletTool][Wacom Intuos Pro M Pen]
331=MouseButton,274
332=Key,Ctrl+Z

However if we use the GUI setting manager in Plasma 6.5 these bindings are not
displayed. It instead shows that there is nothing changed.
If we then change the binding via the UI, it will add them but with the
incorrect pen button numbers. Like this:

[ButtonRebinds][TabletTool][Wacom Intuos Pro M Pen]
331=MouseButton,274
332=Key,Ctrl+Z
0=MouseButton,274
1=Key,Ctrl+Z

However as you can see it did not overwrite the old settings (which in this
case is kinda good as those actually still work), but of course if we remove
the old bindings IE:

[ButtonRebinds][TabletTool][Wacom Intuos Pro M Pen]
0=MouseButton,274
1=Key,Ctrl+Z

Now it will show that you have rebound the buttons in the GUI, but that is not
true as the button numbers are incorrect.

I'm guessing that there were some update in later 6.4 versions that broke this
and nobody from the dev team noticed.
(Because their old binding that were saved in the config file were still
working)

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

Reply via email to