Summary: | Touch Mode should incorporate awareness of whether the screen it's being used on has touch capabilities | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Benjamin Hennion <benjamin.hennion> |
Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | wishlist | CC: | nate, notmart, raphael.kde |
Priority: | NOR | Keywords: | multiscreen |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=459973 | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Benjamin Hennion
2022-09-15 09:09:14 UTC
Quite difficult, yeah. Right now Touch Mode is a global thing. We would have to add logic that basically amounts to Kirigami.Settings.tabletMode && CurrentScreen.HasTouchCapabilities in every place where we currently check for tablet mode being enabled and disabled. Maybe we could build it into the tabletMode check itself. *** Bug 492327 has been marked as a duplicate of this bug. *** |