Selecting the Custom Shapes page from Preset Manager

Photoshop Script Snippets - Note: Full Scripts go in the Photoshop Scripts Forum

Moderators: Tom, Kukurykus

Klaatu Baradda Nikto

Selecting the Custom Shapes page from Preset Manager

Post by Klaatu Baradda Nikto »

After successfully creating a script which opens the Preset Manager, I now need to get the dialog to jump to the Custom Shapes page.
Tried using the appleScript insertion:
Code: Select allapp.system( 'osascript -e \'tell application "System Events" to keystroke "7" using command down\'' );
However, this will only trigger the keypress once the dialog is gone.

Any idea how I might get the script to jump to the Custom Shapes page?
Any (and ALL) help is most appreciated.