Skip to content
jeff-h edited this page May 17, 2014 · 1 revision

Clipboard:

// copy text to clipboard
macgap.clipboard.copy('this text will be copied to the clipboard');

// returns the contents of the clipboard
var clipboardContents = macgap.clipboard.paste();
Clone this wiki locally