Set Clipboard Contents

Top  Previous  Next

Copies text to the Clipboard or Clipboard History

Syntax

 

{#clipboardSet textToCopy -[dest]#}

textToCopy: this text will be copied to the Clipboard

[dest]

 (default) - copies the text to the Clipboard

 history - copies the text to the Clipboard History

 both - copies the text to both the Clipboard and the Clipboard History

 

 

Example

Phrase:

{#clipboardSet good morning -dest=both#}

 

Result:

the text "good morning" is copied to the Clipboard and the Clipboard History