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: | 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 |