https://bugs.kde.org/show_bug.cgi?id=260266
Méven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/syst | |em/dolphin/-/commit/db49ac4 | |e1916f87143574b064b36ec86f8 | |407145 Status|ASSIGNED |RESOLVED --- Comment #15 from Méven <[email protected]> --- Git commit db49ac4e1916f87143574b064b36ec86f8407145 by Méven Car, on behalf of Albert Mkhitaryan. Committed on 20/02/2026 at 08:48. Pushed by meven into branch 'master'. Add keyboard shortcut support for service menu actions Introduce ServiceMenuShortcutManager, which registers all service menu actions with KActionCollection at startup allowing users to assign keyboard shortcuts in Configure Keyboard Shorcuts. Save/Load of configs happens via KXMLGUI in dolphinui.rc. Notes: - Manager initializes before setupGUI() for shortcut restoration - Execution and validation handled entirely by KFileItemAction in KIO. M +7 -0 src/CMakeLists.txt M +0 -2 src/dolphincontextmenu.cpp M +20 -2 src/dolphinmainwindow.cpp M +2 -0 src/dolphinmainwindow.h A +81 -0 src/servicemenushortcutmanager.cpp [License: GPL(v2.0+)] A +42 -0 src/servicemenushortcutmanager.h [License: GPL(v2.0+)] https://invent.kde.org/system/dolphin/-/commit/db49ac4e1916f87143574b064b36ec86f8407145 -- You are receiving this mail because: You are watching all bug changes.
