Summary: | Allow rebinding tablet pen buttons to other tablet pen buttons | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Sebastian Parborg <darkdefende> |
Component: | kcm_tablet | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | aleixpol, josh, nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/-/commit/d5a79ec3911a70deea07b17a7b5bfd6e3e6f5794 | Version Fixed In: | 6.3.0 |
Sentry Crash Report: |
Description
Sebastian Parborg
2024-07-29 14:17:44 UTC
I just noticed that you can already do this with ".config/kcminputrc". I missed/forgot that this was implemented in: https://invent.kde.org/plasma/kwin/-/merge_requests/3055 You can currently manually rebind the buttons by adding: ``` [ButtonRebinds][TabletTool][Wacom Movink 13 Pen] 331=TabletToolButton,332 332=TabletToolButton,331 ``` Would be nice to expose this in the UI though Git commit d5a79ec3911a70deea07b17a7b5bfd6e3e6f5794 by Joshua Goins. Committed on 01/11/2024 at 15:35. Pushed by redstrate into branch 'master'. kcms/tablet: Add support for remapping to tablet tool buttons This is already supported by KWin, but not yet exposed in the UI. Useful for switching around actions in programs that already support the tablet tool buttons natively - such as Krita, Blender and so on. M +61 -0 kcms/tablet/inputsequence.cpp M +15 -1 kcms/tablet/inputsequence.h M +2 -0 kcms/tablet/ui/ActionBinding.qml M +39 -2 kcms/tablet/ui/ActionDialog.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/d5a79ec3911a70deea07b17a7b5bfd6e3e6f5794 |