Page 1 of 1

Edit clipboard

Posted: 04 May 2008 08:35
by admin
Shows the current text on clipboard, let's you edit it, and update it on OK.

Code: Select all

input $text, "Clipboard", <clipboard>, m;
  copytext $text;

Re: Edit clipboard

Posted: 17 Oct 2010 03:56
by SkyFrontier
Updated to reflect syntax changes:

Code: Select all

   input $text, "Edit the clipboard content below and click ok when ready:", "<clipboard>", "m";
   copytext $text;
   status "Content ready into clipboard!";
Raw:

Code: Select all

   input $text, "Clipboard", "<clipboard>", "m";
   copytext $text;