https://bugs.kde.org/show_bug.cgi?id=480090
--- Comment #2 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit 6c6ce65186a791ef3ac0ba38924cd15c76c80f34 by Nicolas Fella. Committed on 26/01/2024 at 14:26. Pushed by nicolasfella into branch 'master'. Migrate command shortcuts from khotkeys khotkeys is finally retired, but users may have a number of existing shortcuts. While KGlobalAccel has no equivalent for window actions and mouse gestures we do for command shortcuts, so let's migrate them to kglobalaccel proper. kglobalaccel already manages these, but the actual execution still resided in khotkeys. To fix this, at startup, read the saved shortcuts from khotkeys and create desktop files for them. This covers command actions as well as DBus actions (since those can be trivially transformed into a command). This has the benefit of cleaning out the awkward "Custom Shortcut Service" section in the KCM. M +7 -0 CMakeLists.txt M +2 -0 src/CMakeLists.txt M +77 -0 src/globalshortcutsregistry.cpp M +1 -0 src/globalshortcutsregistry.h https://invent.kde.org/plasma/kglobalacceld/-/commit/6c6ce65186a791ef3ac0ba38924cd15c76c80f34 -- You are receiving this mail because: You are watching all bug changes.