| Summary: | Support for clipboard items using konqueror services like search, dictionary | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Fred Schättgen <kdebugtracker.sch> |
| Component: | Clipboard widget & pop-up | Assignee: | Esben Mose Hansen <kde> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | jjm, kdedev, noahadvs |
| Priority: | NOR | ||
| Version First Reported In: | 5.15.3 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Fred Schättgen
2004-09-05 20:50:01 UTC
This is actually available in SVN, except that no shortcuts are defined. It would be cool if the web shortcuts could be reused, I'll have to think about that. Otherwise I'll just define some examples to get people started. FWIW, you can do this with Klipper at the moment, although you need to define a new action for each web shortcut that you want to use.
Configure a regexp pattern "^.+$" which matches anything - or if you often make large selections you could use something like "^.{,100}$" to limit the search query size.
Then define an action "kfmclient openURL 'gg:%s'" to open Google, or for any other web shortcut.
This bug is for KDE 3.3.0, not Plasma 5.15.3, so I'm marking this as resolved unmaintained. Still valid wish, because the Klipper actions configuration and engine is still used behind the scenes in Plasma 5. This seems like it would be a nice quality of life thing |