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

Where to find the new layer without dialog bind in the Shortcuts Menu?

Community Beginner ,
Aug 12, 2021 Aug 12, 2021

Hi apparently with the new update my custom shortcuts sopped working, I had not a backup, so Im trying to bind them again, but, can't find the Create New Layer without dialog, (Which i used to have in alt+ctrl+q) and the default is ctrl+shift+n

Photoshop should have a search filter for this btw.

TOPICS
Windows
4.6K
Translate
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

Community Expert , Aug 12, 2021 Aug 12, 2021

… what happens if you apply a custom shortcut to »New Layer« and press alt additionally to that? 

 

Why do you need another shortcut if one already exists? 

Translate
Adobe
Community Expert ,
Aug 12, 2021 Aug 12, 2021

Have you tried cmd-alt-shift-N or are you using that for something else? 

Translate
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 Beginner ,
Aug 12, 2021 Aug 12, 2021

That would be the default shortcut
On Windows,the default would be ctrl+shift+n
But I want to change the default shortcut

Translate
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 ,
Aug 12, 2021 Aug 12, 2021

Not the default, added alt. 

Translate
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 Beginner ,
Aug 12, 2021 Aug 12, 2021

Yes my mistake, I meant ctrl+alt+shift+n
sorry
But yes, that's the option Im looking for in the Keyboard shortcut dialog

Translate
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 ,
Aug 12, 2021 Aug 12, 2021
quote

That would be the default shortcut
On Windows,the default would be ctrl+shift+n
But I want to change the default shortcut


By @Juan__de__Dios

If I can understand you then go to Edit > Keyboard Shortcuts > Layer > New > Layer, click on default keyboard shortcut then press shortcut you want to assign.

Translate
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 Beginner ,
Aug 12, 2021 Aug 12, 2021

Yeam my mistake I forgot the default
Yes that would be
ctrl+alt+shift+n
but that is the default
And the one you mention pop ups a dialog, I looking for the "Create new layer without dialog"

Translate
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 ,
Aug 12, 2021 Aug 12, 2021

What happens when you press alt additionally to your custom shortcut? 

Translate
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 Beginner ,
Aug 12, 2021 Aug 12, 2021

If I press ctrl+alt+shift+n it will create the new layer without dialog

Translate
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 ,
Aug 12, 2021 Aug 12, 2021

… what happens if you apply a custom shortcut to »New Layer« and press alt additionally to that? 

 

Why do you need another shortcut if one already exists? 

Translate
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 Beginner ,
Aug 12, 2021 Aug 12, 2021

Got you, I did not understand you before, I was using the other option mentioned before until yesterday, but that works too.
Thank you!

Translate
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 Beginner ,
Jan 20, 2023 Jan 20, 2023

Because I'd much rather assign Ctrl+Shift+n and not have to stop and think about the extra modifier key. I can't understand why this isn't listed in the Keyboard Shortcuts window.

Translate
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 20, 2023 Jan 20, 2023

What is keeping you from achieving the intended workflow? 

Worst case you should be able to assign the shortcut to a Script that performs the task. 

Translate
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 Beginner ,
Jan 20, 2023 Jan 20, 2023

My ideal workflow would be to be able to hit Ctrl+Shift+n (without the Alt modifier) to create a new layer without the dialogue window, as that is what my ingrained habits and muscle memory allow me to do without thinking. But "New layer without dialogue" is not listed within the Keyboard Shortcuts window (though it throws a warning if I try to assign something else to that shortcut). Yeah, I guess I'll have to figure out how to turn that into a script, but I'm a bit salty about it.

Translate
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 21, 2023 Jan 21, 2023

Script seems to work fine and can be assigned a shortcut. 

// 2023, use it at your own risk;
if (app.documents.length > 0) {
try {activeDocument.artLayers.add()}
catch (e) {}
};

Screenshot 2023-01-21 at 12.47.31.png

Translate
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 Beginner ,
Jan 21, 2023 Jan 21, 2023
quote

Script seems to work fine and can be assigned a shortcut. 

 


By @c.pfaffenbichler

You are awesome! Thank you! I'll try it right now!

Translate
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 Beginner ,
Mar 13, 2024 Mar 13, 2024

You're a hero! Thank you for your lovely work.

 

Translate
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 Beginner ,
Mar 13, 2024 Mar 13, 2024

because ctrl+alt+shift+n is obviously a shortcut. creating a new layer without dialogue is by far the most common action for creating a new layer, therefore, it should have the simplest base shortcut. adobe is a badword man though, and won't actually let you assign most useful shortcuts to what you'd want in a real workflow. 

[abuse removed by moderator]

Translate
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 ,
Mar 13, 2024 Mar 13, 2024
LATEST

A few Photoshop shortcuts are indeed immutable but Layer > New > Layer is not so what is keeping you from assigning a shortcut of your choice to the command? 

Many users seem to keep the non-dominant hand on the keyboard while working anyway, so pressing cmd-alt-shift does not seem to be a problem in and of itself. 

Edit: Ah … sorry, I hadn’t remembered the point of the original issue. 

Screenshot 2024-03-13 at 17.40.49.png

Translate
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 ,
Aug 12, 2021 Aug 12, 2021
quote
Photoshop should have a search filter for this btw.

By @Juan__de__Dios



 

You can add your vote to my feature request/suggestion from here https://feedback.photoshop.com/conversations/photoshop/photoshop-search-field-in-keyboard-shortcuts-...

Translate
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