Bug 480875 - Temporarily force single-click while in tablet mode
Summary: Temporarily force single-click while in tablet mode
Status: CONFIRMED
Alias: None
Product: plasma-integration
Classification: Plasma
Component: general (show other bugs)
Version: 5.93.0
Platform: unspecified Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords: qt6, usability
Depends on:
Blocks:
 
Reported: 2024-02-04 22:26 UTC by Tammes Burghard
Modified: 2024-02-06 20:54 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tammes Burghard 2024-02-04 22:26:49 UTC
I know there has been a lot of discussion on single click versus double click and double click was chosen because every distro defaults to it. I do agree with this when using mouse input devices. But for touch, it does not make a lot of sense for the following reasons:

- Opening recently used files in for example Okular or Kate is impossible with touch (see https://bugs.kde.org/show_bug.cgi?id=480375 for details)
- You need many tries to open a folder (not from the side bar) in the file picker because there is no consistently working way to do it via touch
- Dolphin handles this by already automatically switching to single tap when the tap is not a mouse click but a touch tap. So switching to single click entirely in tablet mode would only make this more consistent

An alternative to autoswitching to single click would of curse be adressing the first two issues individually. But this would make it quite likely that many more issues like these would pop up over time which would need to be adressed one by one. That is why I chose to primarily propose autoswitching to single click in tablet mode. Maybe there is also another even more elegant solution, but I don't know how this works internally well enough to judge this properly.
Comment 1 Tammes Burghard 2024-02-04 22:54:57 UTC
If this is better discussed somewhere else (like matrix/discourse/mailing list), feel free to point me there and I will happily join
Comment 2 Tammes Burghard 2024-02-04 22:56:12 UTC
If I shall make individual Bugs for the different issues because autoswitching that setting is unfeasable, I can of course do that as well.
Comment 3 Nate Graham 2024-02-06 20:53:42 UTC
You've identified the problem space correctly. At the moment many KDE apps do in fact ignore this setting while in touch mode or when they detect a touchscreen tap. Among the apps I'm familiar with that do this are Dolphin, Elisa, and Plasma Desktop's Folder View

But you're not wrong that doing it in app code means a million papercuts forever. As such, I'm not against temporarily forcing the single-click setting while the system is in Touch mode.