Photoshop - Script - How to script Window>Arrange>Match Zoom
Hi Everybody,
I am writing a very short script as a test script and I am stuck on the last command I would like to perform.
I can split my document in two windows:
app.runMenuItem(charIDToTypeID('NwVw'));
then I can Arrange as two vertical tiles:
app.runMenuItem(stringIDToTypeID ('tileVertically'));
then I can Zoom In or Out in the active window:
app.runMenuItem(charIDToTypeID('ZmOt')); ( or 'ZmIn' )
but I cannot find the Menu ID for
Window > Arrange > Match Zoom
( or even Window > Arrange > Match All)
Does Anyone know how to script that menu action?
Many thanks for your help.
Regards,
Stephane.
