https://bugs.kde.org/show_bug.cgi?id=469232
Joshua Goins <j...@redstrate.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Version Fixed In| |6.2.0 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/-/commit/ | |8d541a7b601d4f4807f8ad82eb8 | |39025766a402d --- Comment #10 from Joshua Goins <j...@redstrate.com> --- Git commit 8d541a7b601d4f4807f8ad82eb839025766a402d by Joshua Goins, on behalf of Joshua Goins. Committed on 29/07/2024 at 16:26. Pushed by redstrate into branch 'master'. kcms/tablet: Overhaul button binding, move into dialog Instead of solely allowing keystroke bindings, this changes the binding process in the KCM drastically. It now pops up in a dialog, allowing a user to choose between using keyboard bindings, mouse click bindings or an application defined action. FIXED-IN: 6.2.0 M +2 -0 kcms/tablet/CMakeLists.txt A +213 -0 kcms/tablet/inputsequence.cpp [License: LGPL(v2.0+)] A +112 -0 kcms/tablet/inputsequence.h [License: LGPL(v2.0+)] M +12 -14 kcms/tablet/kcmtablet.cpp M +6 -6 kcms/tablet/kcmtablet.h A +56 -0 kcms/tablet/ui/ActionBinding.qml [License: GPL(v2.0+)] A +243 -0 kcms/tablet/ui/ActionDialog.qml [License: GPL(v2.0+)] M +59 -31 kcms/tablet/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/8d541a7b601d4f4807f8ad82eb839025766a402d -- You are receiving this mail because: You are watching all bug changes.