You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// 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();