Version: (using KDE 4.0.0) Installed from: Ubuntu Packages OS: Linux I'd like the shortcut Crtl + F8 to actually toggle grid mode, instead of just initializing it. Basically, I'd like for pressing Ctrl + F8 in grid mode to take you back to the desktop you were in when you initialized grid mode. This is a little creature comfort I got used to from Compiz... :P
*** Bug 160647 has been marked as a duplicate of this bug. ***
And present windows while we are at it.
Both plugins already have toggle support, however the moment they grab the keyboard events global shortcuts are disabled until ungrabbed.
*** Bug 165116 has been marked as a duplicate of this bug. ***
I concur, I'd really like CTRL+F8 and CTRL+F9 to toggle, since this just feels natural to me. Everytime I use it, and want to exit, I press the shortcut again, and when nothing happens, I have to remember that ESC exits.
*** Bug 176282 has been marked as a duplicate of this bug. ***
*** Bug 176492 has been marked as a duplicate of this bug. ***
*** Bug 176495 has been marked as a duplicate of this bug. ***
*** Bug 187161 has been marked as a duplicate of this bug. ***
SVN commit 946787 by graesslin: Check for the global shortcut in the effects so that the shortcut actually toggles the effect. This is a workaround needed because the keyboard grab disables the global shortcut. FEATURE: 156155 M +39 -0 cube/cube.cpp M +11 -0 cube/cube.h M +15 -0 desktopgrid/desktopgrid.cpp M +7 -0 desktopgrid/desktopgrid.h M +27 -0 presentwindows/presentwindows.cpp M +10 -0 presentwindows/presentwindows.h WebSVN link: http://websvn.kde.org/?view=rev&revision=946787
*** Bug 194536 has been marked as a duplicate of this bug. ***
Git commit 984388dba4a29746e07137bbad46186ef06a80b5 by ivan tkachenko. Committed on 16/09/2022 at 22:57. Pushed by ratijas into branch 'master'. effects/windowview: Fix "Toggle Present Windows (Window class on current desktop)" shortcut The effect was not turning off when pressing a shortcut again, unlike other flavors of this effects. FIXED-IN: 5.26 M +3 -3 src/effects/windowview/windowvieweffect.cpp https://invent.kde.org/plasma/kwin/commit/984388dba4a29746e07137bbad46186ef06a80b5
Git commit 4d55ad3761c07587284d98b10b016e3a9d743d78 by ivan tkachenko. Committed on 17/09/2022 at 07:55. Pushed by ratijas into branch 'Plasma/5.26'. effects/windowview: Fix "Toggle Present Windows (Window class on current desktop)" shortcut The effect was not turning off when pressing a shortcut again, unlike other flavors of this effects. FIXED-IN: 5.26 (cherry picked from commit 984388dba4a29746e07137bbad46186ef06a80b5) M +3 -3 src/effects/windowview/windowvieweffect.cpp https://invent.kde.org/plasma/kwin/commit/4d55ad3761c07587284d98b10b016e3a9d743d78
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kwin/-/merge_requests/2981
This has been working for a while.