Question
Simulate pressing Enter Key
Hello all,
Is there a way that in a Photoshop .jsx file I can insert at some point a snippet of code that simulates the user hitting the "Enter" key on the keyboard?
Found this, does not work in a javascript. I think this is apple script? A solution in javascript will be more than welcomed...
#target photoshop
app.bringToFront();
app.system( 'osascript -e \'tell application "System Events" to key code 13\'' );
