Skip to main content
Inspiring
April 14, 2021
Answered

When I CTRL click layer, it make selection, but how can do it fast w/o moving mouse to layer window?

  • April 14, 2021
  • 2 replies
  • 1262 views

When I CTRL left click a layer, it creates a selection of that layer. But, how can I just CTRL click the layer on the canvas to create the selection, instead of having to drag the mouse all the way over to the layer window?

This topic has been closed for replies.
Correct answer Stephen Marsh

You can use an action or script to record the command, then play it back using a keyboard shortcut (assuming that the target layer is active).

 

You can also have a selection tool active and right click on the layer in the workspace and use the "Load selection..." contextual menu item.

2 replies

Trevor.Dennis
Community Expert
Community Expert
April 14, 2021

Have you tried concentrating really hard while looking intensley at the layer?

 

If you are seriously telling us that it takes too long to move the cursor to the layer panel, then try moving the layer panel to the document window.  Even with three large screens I constantly move panels around to make things convenient, and reset the workspace when done.

Stephen Marsh
Community Expert
Stephen MarshCommunity ExpertCorrect answer
Community Expert
April 14, 2021

You can use an action or script to record the command, then play it back using a keyboard shortcut (assuming that the target layer is active).

 

You can also have a selection tool active and right click on the layer in the workspace and use the "Load selection..." contextual menu item.

hen5FD8Author
Inspiring
April 14, 2021

I did like you said. I recorded an action. It gets called "Set Selection". Then I assigned the F2 key to it. Now I can left click a layer, then rapidly select it using F2.  Thank you so much! This is a huge time saver.

Stephen Marsh
Community Expert
Community Expert
April 14, 2021

How to assign a hotkey to a recorded action: 

https://community.adobe.com/t5/photoshop/how-do-you-assign-a-hotkey-to-a-recorded-action/m-p/11968725#M530970


And if you need more flexibility in the keyboard shortcut, you can either create a script that plays the action, or create a script that does not have a dependency on the action. Edit/Keyboard shortcuts offer less painful key combinations for scripts, while action keycuts can be somewhat tortuous.