Shortcuts do work. but looks like global shortcuts registered by .desktop files like this: ``` crow-translate/data/io.crow_translate.CrowTranslate.desktop [Desktop Action TranslateSelectedText] Exec=qdbus io.crow_translate.CrowTranslate /io/crow_translate/CrowTranslate/MainWindow translateSelection Name=Translate selected text Name[fi_FI]=Käännä valittu teksti Name[pt_PT]=Traduzir o texto selecionado Name[ru_RU]=Перевести выделенный текст X-KDE-Shortcuts=Ctrl+Alt+E ``` doesn't persist after reboot. that's the bug. ref. https://github.com/crow-translate/crow-translate/issues/661
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kglobalacceld/-/merge_requests/46
Git commit 6822f3c43b7286474a5f891627b8701cd61f4d4d by Nicolas Fella. Committed on 16/03/2024 at 14:02. Pushed by nicolasfella into branch 'master'. Also consider actions when querying for applications with shortcuts When looking for applications with shortcuts defined we check the main desktop group, but we should also check each action This allows apps to have shortcuts for their actions but not the main application M +8 -1 src/globalshortcutsregistry.cpp https://invent.kde.org/plasma/kglobalacceld/-/commit/6822f3c43b7286474a5f891627b8701cd61f4d4d
Git commit cca0bbeb4600a6b06c821044b924c4b8ab53059c by Nicolas Fella. Committed on 16/03/2024 at 21:03. Pushed by nicolasfella into branch 'Plasma/6.0'. Also consider actions when querying for applications with shortcuts When looking for applications with shortcuts defined we check the main desktop group, but we should also check each action This allows apps to have shortcuts for their actions but not the main application (cherry picked from commit 6822f3c43b7286474a5f891627b8701cd61f4d4d) M +8 -1 src/globalshortcutsregistry.cpp https://invent.kde.org/plasma/kglobalacceld/-/commit/cca0bbeb4600a6b06c821044b924c4b8ab53059c