I found this page
http://milianw.de/code-snippets/access-klipper-clipboard-on-cli-under-kde4

If you scroll down in the comments it has this line.
echo "foobar" | ./clipboard -- would add "foobar" to the clipboard

I 'think' you can do this as a shell call to add stuff to the klipper
clipboard. At which point I don't know if it will show up in revs clipboard
data or not, but worth an attempt. of course ./clipboard should point to
wherever the program is (unless its in the path in which case it'd be just
clipboard)

Not sure this will help or not, but thought i'd toss it out there.

Also kinda wondered if theres an easy way to just send a ctrl-c to copy and
ctrl-v to paste to the system somehow.

On Wed, Nov 30, 2011 at 11:46 AM, Warren Samples <war...@warrensweb.us>wrote:

> On 11/30/2011 11:35 AM, J. Landman Gay wrote:
>
>> On 11/30/11 1:00 AM, Pete wrote:
>>
>>> I can see where the confusion comes from on this.  The dictionary claims
>>> you can copy a chunk of a control to the clipboard, even has an
>>> example  -
>>> copy word -3 to -1 of field "Help".
>>>
>>
>> I was wrong, the dictionary is right. Either I was relying on old info,
>> or else I lost a synapse somewhere. This works for me too:
>>
>>   copy word 1 to -1 of fld 1
>>
>> --
>> Jacqueline Landman Gay         | jac...@hyperactivesw.com
>> HyperActive Software           | http://www.hyperactivesw.com
>>
>
>
> *sigh*
>
> "copy" and "clipboardData" may be unreliable on Linux it seems. The copy
> function and clipboard is complicated in Linux and for some reason the KDE
> clipboard utility, Klipper, does not copy data from LiveCode using either
> "copy" or the clipboardData on my system. It works when Klipper isn't
> running, though.
>
> Warren
>
> ______________________________**_________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/**mailman/listinfo/use-livecode<http://lists.runrev.com/mailman/listinfo/use-livecode>
>
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to