Clipboard handling functions.
Returns the value of the stored clipboard.
Syntax
clipboard.get
Store a value in the clipboard.
Syntax
clipboard.set("Hello world!")
Returns the length of the value stored in the clipboard.
Syntax
clipboard.length
Verifies that there is a value stored in the clipboard.
Syntax
clipboard.is_empty
Empty values stored in the clipboard.
Syntax
clipboard.empty