Copy link to clipboard
Copied
Hello All,
I have created an extension for photoshop CC 2014 and 2015. I need to catch the duplicate layer event in photoshop. How can I achieve it?
Thanks for any help..
Copy link to clipboard
Copied
app.notifiersEnabled = true;
app.notifiers.add('Dplc', new File(app.path + "/Presets/Scripts/Event Scripts Only/Welcome.jsx" ),'Lyr ' );
Copy link to clipboard
Copied
Thanks for the reply,
Is there any way I could set a callback function instead of file path?
Copy link to clipboard
Copied
Not that I know of, you would need to have the script talk to panel when it gets triggered.