Re: Copy text to the clipboard
Re: Copy text to the clipboard
- Subject: Re: Copy text to the clipboard
- From: "Brett K." <email@hidden>
- Date: Mon, 05 Dec 2005 16:55:46 -0500
On 2005-12-05 kai wrote:
set the clipboard to ""
repeat until (the clipboard) is ""
delay 0.1
end repeat
keystroke "c" using command down
repeat while (the clipboard) is ""
delay 0.1
end repeat
set c to the clipboard
set the clipboard to my quoted_text(c)
repeat while (the clipboard) is c
delay 0.1
end repeat
Thank you for this tip! This fixed a script I've been having
problems with for a long time.
Thanks again
--
Brett
Thunderbird: Reclaim Your Inbox
<http://www.GetThunderbird.com/>
Firefox: Rediscover the Web
<http://www.GetFirefox.com/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden