How do I get applescript to work with Preview in Snow Leopard? I'd like, for instance, my applescript for resizing a window to full screen (which works for most applications (e.g., chrome)) to work for preview.
In old versions of OS X (as ghoppe points out), one can enable this by typing
defaults write /Applications/Preview.app/Contents/Info NSAppleScriptEnabled -bool YES
into a terminal. This doesn't seem to work in Snow Leopard.
No comments:
Post a Comment