https://bugs.kde.org/show_bug.cgi?id=260266
Méven Car <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version| |26.04 Fixed/Implemented| | In| | --- Comment #16 from Méven Car <[email protected]> --- (In reply to Méven from comment #15) > 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 Dolphin 26.04 will allow to add shortcuts to service menus. This will not support plugin-based context menu actions. (ark, dolphin and gwenview ones). -- You are receiving this mail because: You are watching all bug changes.
