Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Debbie163

5 Comments

Sorted by latest first Latest Oldest Best

 

@Sherry646

I think Ctrl/Cmd+D can do it. I practiced it with general actions in AI and other scripts.

10% popularity Vote Up Vote Down


 

@Bryan765

In Windows I use AutoHotkey for things like this.

Example:

To use F1 to run File > Scripts > Script Name it would look like this...

F1::Send !frs


Edit: I forgot to mention if you want this shortcut to be Illustrator specific so it doesn't affect any other programs just add the following...
#IfWinActive , ahk_exe Illustrator.exe
F1::Send !frs #IfWinActive

10% popularity Vote Up Vote Down


 

@Chiappetta793

Ctrl + F12 gets you into the Open Scripts dialog (in Windows, anyways)...It's not an answer to your question but I sometimes find it to be quicker than clicking File and going to Scripts.

10% popularity Vote Up Vote Down


 

@Reiling762

Unfortunately, the answer is no. This has been a requested feature for years now and Adobe has done nothing to address it.

10% popularity Vote Up Vote Down


 

@Caterina889

You can create an action, assign an F-key to the action, then use the F-key.

Use the Insert Menu Item command located in the Action Panel Menu to insert the call to the script.

But be aware, when you quit Illustrator, the action loses the connection to the script. So, each time you launch Illustrator, you have reconfigure the action. This is a long standing bug in Illustrator.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme