Running Javascript through AutoHotkey

Anyone, especially newbies, asking for help with Photoshop Scripting and Photoshop Automation - as opposed to those contributing to discussion about an aspect of Photoshop Scripting

Moderators: Tom, Kukurykus

netmano90
Posts: 2
Joined: Thu Jul 09, 2020 10:48 pm

Running Javascript through AutoHotkey

Post by netmano90 »

I have this idea, taking Photoshop events recorded and converted to Javascript code using Adobe's script listener and then triggering this Javascript code using Autohotkey.

For example, recording an action that will trigger free transform in Photoshop and then triggering it via Autohotkey.

Code: Select all

a::
Run, SomeJavaScript.jsx, C:\Users\Me\Documents\Adobe Scripts\     
return
I think this will prove to be slow. as it is accesing a file on a HDD. Is there a way to have the .JS code to be "live" so that it is always ready to be executed by Autohotkey ?

I am new to Javascript within the context of Photoshop, so I am just looking to be pointed in the right direction to learn more. Thanks for reading.
User avatar
txuku
Posts: 136
Joined: Thu Jan 01, 1970 12:00 am

Re: Running Javascript through AutoHotkey

Post by txuku »

Bonjour

You can try an Autohotkey search

I already used it on this post from Kukurykus

But you are looking for complicated things !


I use listener script but I prefer to organize the script obtained before launching it ..........
variables ....... and so on........... :ugeek: