Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Shortcut to execute selected Action?

Contributor ,
Jan 01, 2020 Jan 01, 2020

Copy link to clipboard

Copied

Hello,

 

I would like to assign a keyboard shortcut to execute the selected Action in Photoshop CS6. Is there a way to to that, maybe with a JSX script to retreive the selected Action?

 

Is the following example, I would like to run Ilford HP5 action.

xxxxxxxx.jpgexpand image

This screen capture was made on a CS6 localized french version. The Action palette is named "Scripts", which can be confusing.

 

Thank you.

 

EDIT: just to be more accurate, I don't want to assign a shortcut to a specific Action, but only one shortcut to the selected Action.

TOPICS
Actions and scripting

Views

12.6K
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Jan 01, 2020 Jan 01, 2020

In upper right corener of Actions panel there's dropdown (flyout) menu where you see 'Play' item. To bind a shortcut to, go to 'Edit / Keybord Shortcuts...' and from 'Panel Menus / Actions' assign any shortcut for 'Play'.

Votes

Translate
Adobe
LEGEND ,
Jan 01, 2020 Jan 01, 2020

Copy link to clipboard

Copied

In upper right corener of Actions panel there's dropdown (flyout) menu where you see 'Play' item. To bind a shortcut to, go to 'Edit / Keybord Shortcuts...' and from 'Panel Menus / Actions' assign any shortcut for 'Play'.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 01, 2020 Jan 01, 2020

Copy link to clipboard

Copied

Kukurykus,

Frederic isn’t asking for the standard “assign a short cut to an action”. He wants a script to run whichever action is currently selected, and then run the action with a shortcut (if I am reading it correctly.)

 

Can a script do that?

~ Jane

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 01, 2020 Jan 01, 2020

Copy link to clipboard

Copied

Okey thx - I will read it later again, but looking at image he posted I understood he doesn't want to play specific item of action, but entire selected action? If so when you select the action (containing some commands) and press play (by shortcut) that will do the job. Anyway I must go now...

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 01, 2020 Jan 01, 2020

Copy link to clipboard

Copied

Its hard to tell what they want

I would like to assign a keyboard shortcut to execute the selected Action in Photoshop CS6. Is there a way to to that, maybe with a JSX script to retreive the selected Action?

I don't want to assign a shortcut to a specific Action, but only one shortcut to the selected Action.

 

 

JJMack

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 01, 2020 Jan 01, 2020

Copy link to clipboard

Copied

Actions can be played with a  F key shortcut if you want to use some other shortcut key you would need to write a script that does the action and assign a shortcut to the script. The Problem is coming up with a shortcut key the is not already in use.  Photoshop has so many shortcuts  the one you want to assign may  be in use.  An F shortcut assign to an Action in the Action Palette will override an existing Photoshop shortcut as long as the shortcut is in the Actions Palette.  Action Sets can also be saved with F key shortcuts assigned.  If you load an action set like Adobe's Commands There may be a conflict with F key shortcuts. Seeing the Scripts X wrote in Xtools I know a JSX can written that can assign an F key shortcut to an Action. However, I do not know if it can handle  a conflict with existing shortcuts.

image.pngexpand image

image.pngexpand image

 

 

If the screen captivate you posted is not the Actions palette that somehow renamed Scripts. Then its not photoshop Actions Palette. If its an extension Palette It would need to have some shortcut feature.  I have never look at extension development so I do not know what is possible in extension panels.

 

"EDIT: just to be more accurate, I don't want to assign a shortcut to a specific Action, but only one shortcut to the selected Action."

 

Your edit make me think what you posted is not the actions palette "I don't want to assign a shortcut to a specific Action, but only one shortcut to the selected Action."

 

 

JJMack

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jan 02, 2020 Jan 02, 2020

Copy link to clipboard

Copied

LATEST

@JJMac: "If the screen captivate you posted is not the Actions palette that somehow renamed Scripts. Then its not photoshop Actions Palette."

Yes it is. In french localized Photoshop CS6 version, the Action palette is named "Scripts"... Don't ask me why!

On the other hand, JSX "scripts"- located in the File menu, are also named "Scripts".

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Jan 01, 2020 Jan 01, 2020

Copy link to clipboard

Copied

hm... may be that?

2020-01-01_16-55-02.pngexpand image

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 01, 2020 Jan 01, 2020

Copy link to clipboard

Copied

Loll, actually I suggested the same in my post 😉

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Jan 01, 2020 Jan 01, 2020

Copy link to clipboard

Copied

In fact, I re-read several times, but still did not understand the question to the end. I thought that the author needed some more complex solution - for example, I use the pos-keyboard to launch frequently used actions outside the context of operations currently loaded in the action panel. To do this, I record the action using the ScriptListener (or export it from the ATN using the xtools), clean up the code and call the script with hotkey from the pos keyboard.2020-01-01 23-25-06.JPGexpand image

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 01, 2020 Jan 01, 2020

Copy link to clipboard

Copied

I found POS keyboards but can't find what does POS stand for?

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 01, 2020 Jan 01, 2020

Copy link to clipboard

Copied

Point of Sale.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jan 02, 2020 Jan 02, 2020

Copy link to clipboard

Copied

I found it earlier myself as well, but couldn't figure out how it's related to this kind of keyborad 😕

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Jan 02, 2020 Jan 02, 2020

Copy link to clipboard

Copied

historically, they have been used in sales automation (operator’s interaction with the cash terminal) - macros are assigned to the keys, which cause certain operations to process commodity items.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jan 02, 2020 Jan 02, 2020

Copy link to clipboard

Copied

Sorry indeed if my question was not clear.

Thank you Kukurykus, your solution perfectly meets my needs. I completely forgot to check the shortcuts binding panel before posting 😞

Thank you for all your answers.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines