With this action, you can set the clipboard content. This is useful if you want want to paste some predefined text somewhere else.
Set Clipboard

Options
Section titled “ Options”This action has the following options.
- Text: The text to set in the clipboard.
JSON Configuration
Section titled “ JSON Configuration”If you edit your menus.json file by hand or use the IPC interface, you can create this action with something like the following.
..."selectWorkflow": { "actions": [ ... { "type": "set-clipboard", "text": "Hello World!" } ... ]}...