Skip to main content
Known Participant
December 24, 2011
Question

Read color/shortcut keys for Actions in Actions Palette?

  • December 24, 2011
  • 1 reply
  • 556 views

Is it possible to use Javascript to read the color and shortcut key assigned to an action using Javascript?

I'm looping through and building a list of actionsets/actions into an XML file and would like to include the color and shortcut  as well.

Thanks!

This topic has been closed for replies.

1 reply

Known Participant
December 24, 2011

Thanks to a response I received on another forum, it appears that this info is not available from the action descriptor and the only way to get at it is to write your action palette out to the file system as a temporary file, read and process this binary file, and then delete the temporary file you had written.