Appearance
copy(text: string)
A tool for copying text to the system clipboard.
Parameters:
string
Throws: std::clipboardCopy
std::clipboardCopy
(source)
paste(): string
A tool for reading text from the system clipboard.
Returns: string
Throws: std::clipboardPaste
std::clipboardPaste