Question
Get four character event ID(charID) code for Create Video Timeline event
I have created an event listener to detect Photoshop events. I used following 4-char IDs to detect their events,
- Make - 'Mk '
- Select - 'slct'
- Delete - 'Dlt '
- Close - 'Cls '
- Open - 'Opn '
- Set - 'setd'
Also I want to know is there any 4-char IDs to detect event Create Video Timeline?
I have found stringID ( "makeTimeline" ) for above event.
But I need charID for above event.
I used Photoshop CC 2014, 2015 and 2017.
