I use to work properly with this script but suddenly now it doesn work any more:
activate application “TextEdit”
tell application “System Events”
tell process “textedit”
keystroke “X” using {command down, shift down}
keystroke “N” using {command down, shift down}
keystroke “V” using {command down}
end tell
end tell
With an already open very long rtfd file
I was able to break it and paste in new docs but now the "cut part works,
which I need to break in several chunks so I use to select manually
then cut
open a new doc
paste
and manually save with the name I needed
All this as Textedit allows rtfd docs and others don’t
How can I make the script wprk with SL 10.6.7 and Applescript Version 2.3 (118)
DO I need to update something or what?
Thanks a lot
AppleScript: Version 2.3 (118)
Browser: Safari 533.20.27
Operating System: Mac OS X (10.6)