/ Published in: AppleScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
do shell script ("clip=`pbpaste`;tmp=`mktemp -t cp`.txt;echo $clip > $tmp;cat $tmp | pbcopy") tell application id "com.apple.systemevents" keystroke "v" using {command down} end tell