Keyboard Maestro and JSX

Hmm… it's changing it as I type in KM though.

Thanks for the quick response. I'll look into it.

Update: Yes, that fixed it. Thanks!

Right. That setting is system-wide.

-Chris

Thanks, Chris. I changed the system setting and all is fine now.

Hi, I see this is an old topic, but Im trying to trigger a Photshop javascript from KM and can't quite figure it out. This is the code I'm trying:

Skjermbilde 2020-03-30 kl. 11.20.48

Thanks!
Trond

Hi @Trondwa,

This is working for me:

tell application "Adobe Photoshop 2020"
activate
do javascript file "Path:To:Your:Script.jsx"
end tell

Hi @carycrusiau that worked like a charm, thank you :slight_smile:

1 Like