Clipboard - MacGapProject/MacGap1 GitHub Wiki
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();
// 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();