Quantcast
Channel: Adobe Community: Message List - Photoshop Scripting
Viewing all articles
Browse latest Browse all 27456

Re: Set zoom in CS5

$
0
0

There are a couple of lists but I think the best way to find the IDs you need is to use the scriptlistener plug-in for things that can be recorded to the log. Some things don't log, so for those you can try using 'insert menu item' in an action, save the action, then either look at the action file with an hex editor or use xbytor's xtools to convert the action file to javascript.

 

Here is a list of view related IDs

charIDToTypeID("FtOn"); // fit window
charIDToTypeID("ActP"); // actual pixels
charIDToTypeID("ZmIn"); // zoom in
charIDToTypeID("ZmOt"); // zoom out
stringIDToTypeID("screenModeFullScreen"); 
stringIDToTypeID ("screenModeStandard");
stringIDToTypeID( "screenModeFullScreenWithMenubar" );

Viewing all articles
Browse latest Browse all 27456

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>