Summary: | Add searchable command palette | ||
---|---|---|---|
Product: | [Frameworks and Libraries] kded-appmenu | Reporter: | Aleksey Kladov <aleksey.kladov> |
Component: | menu exporter | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | kfm-devel, kinofhek, nate, panchopapada |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Aleksey Kladov
2020-06-27 22:26:08 UTC
This is doable with one of a few approaches: - Adding a KRunner runner which knows the actions in the application's menu. It's already quite doable technically if you're using a global menu or an in-menubar menu, but for other technical reasons it's apparently not doable if the menubar lives inside the window. Still maybe that's possible to overcome or work around somehow. - Adding searchability to the standard in-window menubar. - Adding searchability to the global menu, if you're using it. There's a patch for this: https://phabricator.kde.org/D29466 Either way this is a job for something else in the stack, not Dolphin itself. This feature is really useful, especially with KDE applications, which are feature-rich (that's good). It's often difficult to find any feature in a hierarchical menu. Right now I use the "plasma-hud" app This feature was added to all QWidgets-based KDE apps that use our KXMLGui framework, see: https://pointieststick.com/2021/05/21/this-week-in-kde-kcommandbar-delivers-ludicrous-mode-productivity/ |