Photoshop Layer Shortcuts
Almost no real Photoshop project lives on a single layer — compositing, retouching, and design work all depend on building up a stack of layers that can each be edited, hidden, or adjusted independently, and these shortcuts are what make managing that stack fast enough to not interrupt your actual editing decisions. Beyond duplicating, merging, and clipping, layer management also includes grouping related layers into organized folders, toggling visibility for quick comparisons, and adding non-destructive masks to control exactly what parts of a layer show through.
| Action | Windows | Mac | Description |
|---|---|---|---|
| Create new layer | Ctrl+Shift+N | Cmd+Shift+N | Opens the New Layer dialog (or creates a blank layer instantly with Alt/Option held to skip the naming dialog), adding it above the currently active layer. |
| Merge layer down | Ctrl+E | Cmd+E | Flattens the active layer into the one directly beneath it, reducing layer count while preserving the combined visual result — irreversible once saved, so duplicating first is wise if you might need the layers separate later. |
| Duplicate layer | Ctrl+J | Cmd+J | Creates an exact copy of the active layer directly above it, or duplicates just the selected region of a layer into a new layer if a selection is active — one of the most-used shortcuts in any compositing workflow. |
| Create clipping mask | Ctrl+Alt+G | Cmd+Option+G | Clips the active layer's visibility to the alpha shape of the layer directly below it, a non-destructive way to constrain a texture or adjustment to only the area of the layer underneath. |
| Layer via Copy | Ctrl+J (with active selection) | Cmd+J (with active selection) | When a selection is active, this same shortcut as plain duplicate instead copies just the selected pixels into a brand-new layer, leaving the original layer's content untouched and intact underneath. |
| Group selected layers | Ctrl+G | Cmd+G | Combines the currently selected layers into a folder-like group, keeping a complex Layers panel organized and letting you toggle visibility, move, or apply a mask to several related layers at once as a single unit. |
| Toggle layer visibility | Click eye icon, or Ctrl+, in some configs | Click eye icon | Toggles the active layer's eye icon on or off, hiding or showing its content without deleting anything — a fast way to A/B a composite's look with that layer on versus off, or just to get it temporarily out of the way while you edit something underneath. |
| Add layer mask | Click mask icon in Layers panel, no default key | Same | Adds a non-destructive mask to the active layer, letting you hide or reveal parts of that layer by painting black or white directly on the mask rather than permanently erasing pixel content. |
Ctrl+J (Cmd+J) is the single most-used layer shortcut, and its behavior genuinely changes based on context: with nothing selected, it duplicates the entire active layer, placing the copy directly above the original. With an active selection on the canvas, the identical shortcut instead performs 'Layer via Copy' — copying only the selected pixels into a brand-new layer while leaving the rest of the original layer's content untouched beneath it. This dual behavior is worth understanding deliberately rather than discovering by accident, since the two outcomes look similar in the Layers panel (a new layer appears either way) but contain very different content.
Ctrl+Shift+N (Cmd+Shift+N) creates a genuinely new, typically blank, layer via a naming dialog — holding Alt/Option while pressing it skips the dialog and creates the layer instantly with a default name, useful when you're creating several new layers in quick succession and don't want to name each one individually as you go.
Merging (Ctrl+E / Cmd+E) flattens the active layer down into whatever layer sits directly beneath it, combining their pixel data into one layer and reducing your overall layer count. This is genuinely destructive to non-destructive editability: any layer styles, blend modes, or adjustment layers involved in the merge get baked into flat pixel data, which means you can no longer go back and tweak, say, a drop shadow's distance or an adjustment layer's curve after the merge. The safe habit among experienced users is duplicating the layers first (with Ctrl+J) before merging, so an editable, unflattened version still exists if the merged result needs revisiting later.
Clipping masks (Ctrl+Alt+G / Cmd+Option+G) restrict what's visible on the active layer down to just the non-transparent pixels of whatever sits directly beneath it, and neither layer's actual pixel data is permanently changed by doing this — a non-destructive way to, for instance, apply a texture only within the silhouette of a logo on the layer below, fully reversible at any point by toggling the clipping off again.
Grouping layers (Ctrl+G / Cmd+G) bundles several selected layers into a folder-like structure in the Layers panel, which keeps a complex composite's layer stack organized and manageable as project complexity grows — a group can be collapsed to a single row for a cleaner panel view, moved as one unit, or have a single mask or blend mode applied that affects every layer inside it collectively, rather than needing to manage dozens of individual layers all at the same flat level.
Toggling a layer's visibility (clicking its eye icon in the Layers panel) is one of the most frequently performed actions in any real editing session, letting you instantly compare a composite with and without a specific layer's contribution — invaluable for judging whether a retouching layer, an adjustment, or an added element is actually improving the image or not, since a direct before/after toggle is far more informative than trying to remember what the image looked like before an edit was applied.
Adding a layer mask attaches a non-destructive grayscale mask to the active layer, where painting black on the mask hides the corresponding area of that layer and painting white reveals it, with any shade of gray in between producing partial transparency. This is the standard professional technique for combining multiple layers seamlessly — rather than permanently erasing pixels (which destroys that data if you later change your mind), a mask can be repainted, adjusted, or removed entirely at any point without any loss to the original layer content underneath it.