⌥+⌃AltPlusCtrl

Adobe Photoshop vs GIMP: Keyboard Shortcuts Compared

Photoshop and GIMP both lean on single-letter tool-switching, which makes them feel superficially similar at a glance, but the actual letter assignments diverge in ways that genuinely confuse people moving between the two — GIMP didn't simply clone Photoshop's bindings, it developed its own conventions independently over decades of open-source development. The result is an editor that looks familiar in spirit but actively fights your muscle memory on several of the most frequently used shortcuts.

ActionAdobe PhotoshopGIMPNote
Move toolVMDirect collision — GIMP's M is Photoshop's Move, not Marquee.
Rectangle selection toolMRCompletely different letters for the same tool.
Brush toolBPGIMP reserves B for Bucket Fill instead.
Duplicate layerCtrl+JCtrl+Shift+DPhotoshop's Ctrl+J does something unrelated (Anchor Layer) in GIMP.
DeselectCtrl+DCtrl+Shift+AGIMP requires the extra Shift; bare Ctrl+D does nothing for deselect there.
Invert selectionCtrl+Shift+ICtrl+IGIMP's binding is shorter, dropping the Shift.
New layerCtrl+Shift+NCtrl+Shift+NIdentical — one of the few exact matches.
Select allCtrl+ACtrl+AIdentical.

The Move and Marquee/Rectangle Select collision

This is the single most disorienting difference for anyone switching editors. In Photoshop, V is Move and M is Marquee (rectangular selection). In GIMP, M is Move and R is Rectangle Select. A Photoshop user pressing M in GIMP expecting a selection tool instead activates Move, which can lead to accidentally dragging content instead of selecting it — a mistake that's immediately obvious once you notice it, but genuinely jarring the first several times it happens.

Layer duplication diverges meaningfully

Photoshop's Ctrl+J duplicates the active layer (or copies just a selection to a new layer if one is active). GIMP instead binds Ctrl+J to Anchor Layer, an entirely unrelated function, and uses Ctrl+Shift+D for its actual duplicate-layer action. This is one of the more consequential differences, since layer duplication is among the most frequently used shortcuts in either editor, and pressing Photoshop's version in GIMP doesn't produce an error — it just quietly does something completely different, which can be more confusing than an outright failure.

Where the logic actually matches

Selection operations follow more consistent logic between the two: both use Ctrl+A for select all, and the underlying Shift-to-add / Alt-to-subtract modifier convention for combining selections works identically in both editors regardless of which specific tool is active. New Layer (Ctrl+Shift+N) is also identical in both, one of the few multi-key combinations that happens to align by what looks like coincidence rather than deliberate cross-compatibility.

Verdict

Neither editor's shortcut set is objectively better — GIMP's bindings are internally consistent once learned, and Photoshop's are the de facto industry standard most tutorials and muscle memory assume. The real cost is specifically in switching between them: if you use both regularly, expect Ctrl+J and the M key to be the two most persistent sources of mistakes, and consider remapping GIMP's keyboard shortcuts (it supports full customization through Edit > Keyboard Shortcuts) to match Photoshop's layout if you switch frequently enough that the friction outweighs the relearning cost.

FAQ

Can I remap GIMP to use Photoshop's exact shortcuts?

Yes — GIMP's keyboard shortcuts are fully customizable through Edit > Keyboard Shortcuts, and several community-made 'Photoshop-style' keymap presets exist that remap the most commonly colliding bindings (like Move and Rectangle Select) to match Photoshop's defaults, reducing the muscle-memory friction for people who switch between the two regularly.

Is GIMP missing any major capability Photoshop has?

GIMP has closed much of the historical gap, but Photoshop still leads in areas like advanced non-destructive Smart Object workflows, certain AI-powered selection and generative fill tools, and broader third-party plugin/extension ecosystem support — differences that go beyond shortcuts into the underlying feature set itself.

See full references: Adobe Photoshop shortcuts · GIMP shortcuts