Skip to main content
Participant
January 18, 2012
Answered

Keyboard Shortcut for Run Last Script?

  • January 18, 2012
  • 1 reply
  • 2855 views

Anyone know of a keyboard shortcut to run the last script that was run? I am editing an animation and have written a script that writes code based on it, and I need a quick way to run it without the open file dialog.

Thanks!

This topic has been closed for replies.
Correct answer David Torno

Method 1:

You can assign shortcut keys to the first 20 scripts listed under the File > Scripts menu via the "Adobe After Effects 10.5 Shortcuts" file. Just search for "ExecuteScript" in the shortcuts file to find the section.

Method 2:

You can use ft_ToolBar which allows you to launch scripts with the click of a button. You can also create a new button and just paste your script code directly into the provided window without having to create a jsx/jsxbin file.

1 reply

David TornoCorrect answer
Legend
January 19, 2012

Method 1:

You can assign shortcut keys to the first 20 scripts listed under the File > Scripts menu via the "Adobe After Effects 10.5 Shortcuts" file. Just search for "ExecuteScript" in the shortcuts file to find the section.

Method 2:

You can use ft_ToolBar which allows you to launch scripts with the click of a button. You can also create a new button and just paste your script code directly into the provided window without having to create a jsx/jsxbin file.

Participant
January 19, 2012

Excellent answer. Thanks!