| Summary: | Automatic execution of actions. | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | kdebugs |
| Component: | Clipboard widget & pop-up | Assignee: | Esben Mose Hansen <kde> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | wishlist | CC: | albi, dimsuz, noahadvs |
| Priority: | NOR | ||
| Version First Reported In: | 5.15.3 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Patch to add the desired functionality to klipper. | ||
|
Description
kdebugs
2003-05-15 15:03:05 UTC
Created attachment 1592 [details]
Patch to add the desired functionality to klipper.
This attachment adds the following options to Klipper:
- If an action is invoked (either manually or not) and only one pattern and one
command applies to the text in the clipboard, always run that command.
- If an action is invoked (either manually or not) always run the first command
from the first pattern that matches.
The description of the options (in the configuration dialog) is perhaps a bit
unfortunate though.
For the second point patterns and commands have to be ordered of course, so it
is now possible to move the patterns and comments around.
A new shortcut key has been defined also (by default ctrl+alt+shift+r), which
forces a popup, so you can open .html by default with konqueror, only in some
special cases you can force the popup to use mozilla.
The patch is against the 3.1.1a source.
The patch doesn't apply anymore. Anyway, I would rather get rid of that annoying popup alltogether, which would also fix this bug. Agreed, that popup should be eliminated :) I plan to do something about it in near future... Hi there. I'm using Logitech G510s keyboard and it has LCD panel. I would like to display my clipboard content on it, but right now Klipper cannot do it because of that popup. I'm commenting here so that you just knew that there are real use cases for this setting. Without it, I will probably be forced to write a daemon checking clipboard content every second and it's the ugliest solution possible. This bug is for KDE 3.1.1a, not for Plasma 5.15.3. I don't think we should add this option because many actions won't be appropriate for automatic activation, even if there's only one. We'd need options for each individual action to keep users from accidentally doing something unsafe. There doesn't seem to be much demand for this feature, so I'm marking it as resolved and intentionally not implemented. |