SUMMARY One detail that I miss from Windows is that when manipulating window position with the keyboard, you can maximize a window with win+up after you've just minimized it with win+down and still having the win key pressed. That seems hard to implement with how customizable key shortcuts are in Plasma but here is this anyway. STEPS TO REPRODUCE 1. Focus a window 2. Minimize shortcut (win+pgdn) 3. With win still pressed, release pgdn and press pgup (preferably any position key too) OBSERVED RESULT The window behind the minimized window gets maximized EXPECTED RESULT The window that just got minimized gets brought up again SOFTWARE/OS VERSIONS Windows: 10 KDE Plasma Version: 6.3.5 KDE Frameworks Version: 6.14.0 Qt Version: 6.9.0
I would also like to clarify that releasing the win key should make things behave as they do now again
What's the use case for this? I ask because it would block the workflow of actually wanting to minimize a window and then maximize a different one immediately afterwards, which means it's probably going to hit someone's spacebar heating workflow.
When accidentally minimizing a window and wanting to bring it back without much friction. It is also a quality of life change, a little detail that makes some interactions more fun, I used to repeatedly minimize and restore windows with this feature.
I wonder if a shortcut could be added for re-maximizing the most recently minimized window, if the desired behavior isn't possible? To argue for the feature request, muscle memory will cause friction with things like this being different between OS's
I booted up Windows to research the exact behavior of this and it is as follows: Win+left to tile window to the left Win+right to tile window to the right Win+down to minimize window floating window/unmaximize maximized window Win+up to toggle window maximization And the important parts: If Win was still being pressed after Win+down and the user now presses up, the window that just got minimized is restored again as floating, pressing other arrow keys does nothing.