When I right click on the kde start menu, then click app launcher settings, then the keyboard shortcut tabs, then I click "none" to set a new keyboard binding, I then hit ctrl+escape, but instead of it setting that to launch the start menu, it brings up the task manager. Reproducible: Always
Git commit 1c28e9b9a8caf34643ae2a697415a0dfc8d1a8c3 by Thomas Lübking. Committed on 21/10/2015 at 20:06. Pushed by luebking into branch 'master'. do not write back dated settings from daemon when the kcm applies, it causes emits of shortcut change signals this causes a save request in the daemon which then writes its dated configuration before the kcm asks is to re-read the config this would usually break changes of only the action or the shortcut => we have the kcm mark the updated config file and in the daemon do not write the settings until it re-read it (where it removes the flag) this is an IPC race and _not_ related to the previous delaying patch which would at best mitigate the issue (but the kconfig sync delays too long) REVIEW: 125630 M +1 -0 app/kded.cpp M +12 -0 libkhotkeysprivate/settings.cpp M +2 -0 libkhotkeysprivate/settings.h http://commits.kde.org/khotkeys/1c28e9b9a8caf34643ae2a697415a0dfc8d1a8c3
Still a problem after the patch?
What version of kde do I need for it to be patched?
frameworks 5.18 (release mid january) - sorry for not replying earlier, I'm not attached to these bugs.
bump? I'll mark as confirmed for now, as I understand found the issue, before fixing it.
Thank you for the bug report. As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists. If this bug is no longer persisting or relevant please change the status to resolved.
As announced in https://pointieststick.com/2023/07/26/what-we-plan-to-remove-in-plasma-6/ and https://community.kde.org/Plasma/Plasma_6#Removals, I'm afraid KHotKeys has reached end-of-life in Plasma 6. Accordingly, all bug reports and feature requests for it must be closed now. Most of what KHotKeys could do can already be done with the newer KGlobalAccel system in Plasma 6. A few features such as mouse gestures and triggering conditions based on changes to window states are not yet implemented in the new system. These will be added in the future if and when resources materialize for them, and/or when a kind soul submits patches to implement them! :) Meanwhile, the 3rd-party "Mouse Actions" app (https://github.com/jersou/mouse-actions) may be usable for implementing your own mouse gestures again. Thanks for your understanding, everyone.