Summary: | Transition from Alt+Tab to Alt+Grave without releasing Alt unexpectedly switches windows | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | RedBearAK <redbear> |
Component: | tabbox | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | aspotashev, kde, natalie_clarius |
Priority: | NOR | ||
Version First Reported In: | 6.1.2 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
RedBearAK
2022-05-26 01:00:36 UTC
This is still happening in Plasma 6, and it's very easy to confirm. It must happen because the tab box wants to focus the target window before letting the user walk through the windows of the "current application". But it should be possible to walk through the thumbnails of the target app before focusing it. Unfortunately the bug about shortcuts in the "Alternative" tab continuing to use the tab box UI choice from the "Main" tab still remains, and just shows me my main UI of "Large Icons" for Alt+Grave, unless I release the Alt key in between, then Alt+Grave will show me the alternative UI of "Thumbnail Grid". I can confirm this is how it behaves, I also don't see it as a bad thing, the user has caused an explicit action to switch from switch between all windows and windows of that app. I bet we would get some complaints if we changed it. (In reply to David Edmundson from comment #2) > I can confirm this is how it behaves, I also don't see it as a bad thing, > the user has caused an explicit action to switch from switch between all > windows and windows of that app. > > I bet we would get some complaints if we changed it. I'm not going to re-open this, but I will point out for now that the behavior of switching immediately **_without releasing the modifier key_** is not how almost any other desktop operating system or Linux desktop environment does task switching. Which is what makes it "unexpected". I can see that with the way the tab box behavior is currently designed (which also causes the other bug I mentioned, that would have to be fixed to make moving from Alt+Tab to Alt+Grave without releasing Alt make any sense) this is unlikely to be resolvable with a simple bug fix. The KDE community would need to be convinced that the whole tab box behavior in general needs to be revamped, so that it would be possible to choose different styles of task switching entirely. |