Copy link to clipboard
Copied
Is there a way to set custom shortcut key to specific Illustrator script?
I want to run a script which is listed in my script collection with Alt+1 key
is this possible?
You can use autohotkey. I prefer version 2.
Download autohotkey, unzip, create near AutoHotkey64.exe file AutoHotkey64.ahk with this code:
#Requires AutoHotkey v2.0
#SingleInstance Force
#HotIf WinActive("ahk_exe Illustrator.exe")
!1:: aiScript("script1")
!2:: aiScript("script2")
aiScript(name) {
static app := "c:\Program Files\Adobe\Adobe Illustrator 2023\Support Files\Contents\Windows\Illustrator.exe"
, path := "c:\Users\user\Documents\aiScripts"
if FileExist(script := name)
...
Copy link to clipboard
Copied
@Mark34118026rzjg schrieb:
Replying to the John Travolta image. I guess also applies to AlinaMiller. As you can see there is no place to choose an individual script. Incorrect information should be able to be downvoted.
krasnovpro answered about using AutoHotKey.
And with that John Travolta image they probably wanted to make the same point that you made.
If you want to assign a hotkey to a script, make an action and then assign a hotkey or use third party software such as AutoHotKey.
Copy link to clipboard
Copied
You can use Actions to create shortcut for your script.
Simply from Action window
> New Action
> Name it > set your shortcut > then choose your script
> from the 3 Dashes on the top right of the Actions menu
> Insert Menu Item
> Type the name of your script (same as the naming of the jsx file)
> Find (by starting typing a little part of it it and might work, be sure it finds your script not other command)
> Ok
> Congrats 🥳
if you forget to set the shortcut when creating your action, you can do it like this:
> Select your new Action in the Action window
> go the 3 Dashes top right
> Action Options
> set the shortcut you wanted.
> Congrats 🥳
Copy link to clipboard
Copied
Unbelievable. Thanks for pointing out this defect, and a workaround.
Copy link to clipboard
Copied
If you are using an Elgato Streamdeck after March 2025 it is possible to use the "action" technique but instead of assigning a hotkey, you can now assign an action directly into the Elgato Streamdeck as a button.
EDIT - ONLY FOR PHOTOSHOP. Realised this is an Illustrator question. Oops.
Here is an example that I added to one of my Streamdeck button screens so that I could quickly run a photoshop action after editing a file in acrobat (acrobat would launch photoshop and I could run the script using my Elgato Streamdeck button).
Unsure if this also works with the Logitech MX Creative Console - if it does, I'll edit this post once I'm at home (currently at the office)
 
Copy link to clipboard
Copied
Thanks for taking the time on that! I need something that doesn't require any additional hardware or software, though, since I need to provide it to other team members at my company.
Copy link to clipboard
Copied
Ugh, where are the Edit and Delete functions in this forum?
Come on, that's just pathetic.
Copy link to clipboard
Copied
There's only one Native option. It's the Action to run the Script then a shortcut to it as mentioned previously.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now