Answered
Arrange windows > Tile All Vertically
Hi..
There is a way to use the option of
"Window > Arrange > something of this list (e.g. Tile All Vertically)"
in script or in ActionManager?
Thanks..
Elyasaf
Hi..
There is a way to use the option of
"Window > Arrange > something of this list (e.g. Tile All Vertically)"
in script or in ActionManager?
Thanks..
Elyasaf
#target photoshop;
app.runMenuItem (stringIDToTypeID( "tileVertically" ));
For others just record an action with the desired function using Insert Menu Item.
You can then get the string from scriptListener
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.