SUMMARY On Windows, Win+P opens the display mode cycler, but it also allows you to cycle through them with that same hotkey, rather than needing to move to the arrow keys or tab. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Kubuntu 21.10 KDE Plasma Version: 5.23.1 KDE Frameworks Version: 5.87.0 Qt Version: 5.15.2
You can use the arrow keys, FWIW.
Where does this code live? I have never worked on kwin/plasma but it could be a neat weekend project
(In reply to nilskemail+kde from comment #2) > Where does this code live? I have never worked on kwin/plasma but it could > be a neat weekend project In the /osd subdirectory of the kscreen repository: https://invent.kde.org/plasma/kscreen/-/tree/master/osd
We effectively have this in Plasma 6.2 now. I don't see us going back to the old large style but implementing the requested behavior with it.
Oops, my bad, I was confused! We do not have this in Plasma 6.2.
That said, I'm not sure cycling through the KScreen OSD really makes sense, unless there's also a separate explicit way to acknowledge the selection. Screen change operations can take a few seconds to complete, so you don't want to cause multiple such changes to trigger in the process of navigating to the desired one. If you plan to work on this, do you have an idea for how we can avoid this?
(In reply to Nate Graham from comment #6) > That said, I'm not sure cycling through the KScreen OSD really makes sense, > unless there's also a separate explicit way to acknowledge the selection. The arrow-key navigation method already addresses this: nothing gets applied until you confirm by pressing Enter. Cycling with Meta+P should in effect have the same behavior as right-arrow (or in RTL layouts, left-arrow).
Yeah, that would probably work.
This has been implemented by Sergey Katunin with https://invent.kde.org/plasma/kscreen/-/merge_requests/343 for Plasma 6.4!