Re: Copy text to the clipboard
Re: Copy text to the clipboard
- Subject: Re: Copy text to the clipboard
- From: "John R." <email@hidden>
- Date: Mon, 5 Dec 2005 14:47:41 -0500
On Dec 5, 2005, at 1:50 PM, kai wrote:
Either of my earlier suggestions (scpt or app) work fine for me
(10.4.3):
What happened when you tried them?
Thank you, kai, for pointing me right to the earlier posting. I had
overlooked it. Works great. Appreciate the help. For example, a
useful little "Quote This" menu script as follows:
set appName to (info for (path to frontmost application))'s short name
tell application "System Events"
set process appName's frontmost to true
keystroke "c" using command down
set the clipboard to "\"" & (the clipboard) & "\""
keystroke "v" using command down
end tell
_______________________________________________
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