Summary: | Removed global shortcuts persist in the UI, but don't do anything | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Celeste Liu <uwu> |
Component: | kcm_keys | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, nate, nicolas.fella, niuchangcun |
Priority: | NOR | Keywords: | usability |
Version First Reported In: | 5.27.9 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | My .config/kglobalshortcutsrc |
Description
Celeste Liu
2023-11-18 14:20:38 UTC
ADDITIONAL INFORMATION All bultin shotcuts works well. Please attach your .config/kglobalshortcutsrc Can you describe some of the changes you made? Created attachment 163266 [details]
My .config/kglobalshortcutsrc
I enter Shotcuts > KWin, and set Walk Through Desktop List to Ctrl+Tab.
There seems to be a few different things going on here: - The "Walk through desktop list" feature has been dropped as far as I can tell: https://invent.kde.org/plasma/kwin/-/merge_requests/3871 - That there still is a shortcut entry for a removed feature in the UI is a bug/shortcoming of the global shortcuts infrastructure - The "Custom Shortcuts Service" section refers to the old "khotkeys" infrastructure, which was dropped. There is a new/different way to specify custom shortcuts, but I'm not sure to what extend we have migration there. Can you describe more what kind of shortcuts you had set up there? (In reply to Nicolas Fella from comment #4) > There seems to be a few different things going on here: > > - The "Walk through desktop list" feature has been dropped as far as I can > tell: https://invent.kde.org/plasma/kwin/-/merge_requests/3871 > - That there still is a shortcut entry for a removed feature in the UI is a > bug/shortcoming of the global shortcuts infrastructure so is there another way to enumerate virtual desktops with only keyboard? > - The "Custom Shortcuts Service" section refers to the old "khotkeys" > infrastructure, which was dropped. There is a new/different way to specify > custom shortcuts, but I'm not sure to what extend we have migration there. > Can you describe more what kind of shortcuts you had set up there? I used this file to add it before. https://github.com/flameshot-org/flameshot/blob/master/docs/shortcuts-config/flameshot-shortcuts-kde.khotkeys There is no migration from KHotkeys to KGLobalAccel. What seems actionable here is for removed shortcuts to get removed in the UI as well. https://invent.kde.org/plasma/kwin/-/merge_requests/5036 removes the no longer existing shortcuts from the UI. https://invent.kde.org/plasma/kglobalacceld/-/merge_requests/37 migrates (some of) the "Custom Shortcuts" items to proper items. There's still a generic bug about shortcuts from no longer existing apps not being removed, which is hard to solve. With that I don't think there's anything actionable to do here |