Skip to content

TriggerList: Enhanced Ctrl-C/Ctrl-V #31

@himselfv

Description

@himselfv

Original report by me.

Right now Ctrl-C simply copies summary to the clipboard. It would be nice if it was possible to Ctrl-C/Ctrl-V triggers around.

It's not, strictly speaking, needed. I doubt that many people will ever copy-paste triggers a lot. But why not?

To implement, we need to register a clipboard format for a trigger, and copy it in this format in addition to the summary in the text format.
On pasting, if this format is present in the clipboard we have to parse and import it.

Maybe it could simply be a registry export since we're handling its import/export already.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions