I need to batch process 450 photos with a filter in Photoshop Elements 3. All I need to do is to be able to have the spacebar pushed… wait 3 seconds… then push the return. I need to do this 450 times for each processed group of photos. Is this possible, and if so, could someone point me in the right direction? I’ve been searching all over the web and have yet to find an answer.
Thanks much…
This should be possible through UI scripting
tell application "System Events"
repeat 450 times
keystroke " "
delay 3
keystroke return
end repeat
end tell
There’s someting in System Preferences that needs to be enabled for this to work. Ooh, I found it. In System Preferences under Universal Access, check the box that says “Enable access for assistive devices.” This needs to be checked for it to work.