Summary: | UI for graphic tablet button and pen button mapping could use some improvement | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Raghavendra kamath <raghu> |
Component: | kcm_tablet | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | aleixpol, josh, nate, postix |
Priority: | NOR | Keywords: | usability |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Current kcm showing the page for tablet button mapping. Which shows which button is which by showing us a visual button layout
Current kcm showing the page for pen button mapping. Which shows which button is which by showing us a visual button layout |
Description
Raghavendra kamath
2023-11-30 05:46:26 UTC
Created attachment 163634 [details]
Current kcm showing the page for tablet button mapping. Which shows which button is which by showing us a visual button layout
Current kcm showing the page for tablet button mapping. Which shows which button is which by showing us a visual button layout
Created attachment 163635 [details]
Current kcm showing the page for pen button mapping. Which shows which button is which by showing us a visual button layout
Current kcm showing the page for pen button mapping. Which shows which button is which by showing us a visual button layout
I should note that currently the text gets bold when we press the button on the tablet so this helps in knowing which button is which but a layout would be good in addition to this. This makes sense, I also don't like the layout of the page (and my tablet has 20 buttons, which is all laid out vertically...) Calling them pen buttons makes much more sense to me IMO, that's an easy change. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1971 Git commit 446d40371474996b82cc8995d4c36d4ede0f5240 by Joshua Goins. Committed on 12/01/2024 at 01:42. Pushed by redstrate into branch 'master'. kcms/tablet: Buttons should be called "pen buttons" The name "tool button" is an underlying technical name and it's much clearer when it's referred to as pen buttons. M +3 -3 kcms/tablet/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/446d40371474996b82cc8995d4c36d4ede0f5240 Update: we now have libwacom, which means we can do a really easy thing and separate the buttons into columns. This means by 20 button tablet wouldn't be a pain to scroll through. And eventually once we integrate SVGs, it would look more natural around a graphic. A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/2677 Git commit f2ee435e3cf2d1b7c732e3ebb56c9d9f27cbb5f7 by Joshua Goins. Committed on 12/04/2025 at 19:38. Pushed by redstrate into branch 'master'. kcms/tablet: Improve the display of the pen button mapping This adds a visual pen display (ala what we had in the old Wacom Tablet KCM) and makes it clearer which buttons are which. A +8 -0 kcms/tablet/images/pen.svg M +401 -203 kcms/tablet/ui/StylusTab.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/f2ee435e3cf2d1b7c732e3ebb56c9d9f27cbb5f7 Anything more to do here, or is this done for Plasma 6.4? (In reply to Nate Graham from comment #10) > Anything more to do here, or is this done for Plasma 6.4? Not done quite yet, we still need UI for the pad buttons which won't make it for 6.4. |