This content has been marked as final.
Show 3 replies
-
1. Re: Assign keyboard shortcut to an action (not an F-key)
Ronald Keller Jul 17, 2013 12:20 PM (in response to spdorsey6969)Actions can only take F-keys (with modifier keys)...
-
2. Re: Assign keyboard shortcut to an action (not an F-key)
spdorsey6969 Jul 17, 2013 1:20 PM (in response to Ronald Keller)I respectfully reject your answer. There's gotta be a way!!!
-
3. Re: Assign keyboard shortcut to an action (not an F-key)
R_Kelly Jul 17, 2013 3:21 PM (in response to spdorsey6969)There is a way if you use a script.
app.doAction ('Action', 'Action Set')
The above script would look like this if you were calling the Molten Lead action from the Default Actions set of actions in photoshop
app.doAction ('Molten Lead', 'Default Actions')
Save the above code as a .jsx file using what ever name you want as long as the extension is .jsx
and of course the action has to be already loaded in the actions panel.
Then put the script in program (application) folder photoshop>presets>scripts.
Start or restart photoshop and the script should be under File>Scripts and can be assigned a keyboard shortcut.


