# Adobe Keyboard Shortcuts Documentation Link for PhotoGIMP: Official Reference Guide

> Find the official Adobe keyboard shortcuts documentation for PhotoGIMP. This guide mirrors Photoshop defaults in GIMP for seamless workflow.

- Repository: [Diolinux/PhotoGIMP](https://github.com/Diolinux/PhotoGIMP)
- Tags: api-reference
- Published: 2026-05-20

---

**TLDR:** **The official Adobe Keyboard Shortcuts documentation link for PhotoGIMP is https://helpx.adobe.com/photoshop/using/default-keyboard-shortcuts.html, which the project uses to mirror Adobe Photoshop's default Windows shortcuts within GIMP.**

PhotoGIMP is a GIMP configuration patch that transforms the open-source image editor into a Photoshop-like environment. According to the Diolinux/PhotoGIMP source code, the project explicitly references Adobe's official keyboard shortcuts documentation to ensure users can access identical key combinations to those in Adobe Photoshop.

## Where to Find the Official Adobe Documentation

According to the [`README.md`](https://github.com/Diolinux/PhotoGIMP/blob/main/README.md) file in the Diolinux/PhotoGIMP repository, PhotoGIMP bases its shortcut mapping system on Adobe's published reference materials. The maintainers specifically cite the official Adobe Help Center documentation for default keyboard shortcuts.

### The Direct Adobe Keyboard Shortcuts URL

The canonical link referenced throughout the PhotoGIMP codebase is:

**Adobe Photoshop Keyboard Shortcuts (Windows):** https://helpx.adobe.com/photoshop/using/default-keyboard-shortcuts.html

This URL points to Adobe's comprehensive listing of default keyboard shortcuts for the Windows version of Photoshop. PhotoGIMP adopts these exact shortcuts to minimize friction for users migrating from Adobe's ecosystem.

### Source File References in the Repository

The Adobe documentation link appears consistently across multiple files:

- **[`README.md`](https://github.com/Diolinux/PhotoGIMP/blob/main/README.md)** (root directory): Contains the primary reference to Adobe's official shortcut documentation
- **[`docs/README_ru.md`](https://github.com/Diolinux/PhotoGIMP/blob/main/docs/README_ru.md)**: Russian translation maintaining the same Adobe link reference  
- **[`docs/README_pt.md`](https://github.com/Diolinux/PhotoGIMP/blob/main/docs/README_pt.md)**: Portuguese version citing the identical documentation URL
- **[`docs/README_pl.md`](https://github.com/Diolinux/PhotoGIMP/blob/main/docs/README_pl.md)**: Polish translation with the Adobe shortcut reference
- **[`docs/README_it.md`](https://github.com/Diolinux/PhotoGIMP/blob/main/docs/README_it.md)**: Italian version including the same official link

These multilingual README files ensure users worldwide can locate the authoritative Adobe source regardless of language preference.

## How PhotoGIMP Implements Adobe Shortcuts

PhotoGIMP functions as a configuration overlay for GIMP rather than a fork. The project maps GIMP's native commands to keyboard combinations matching Adobe Photoshop's Windows defaults.

### Shortcut Mapping Examples

The implementation translates Adobe's Windows-centric shortcuts into GIMP's system. For example, pressing **Ctrl+J** duplicates the active layer—mirroring Photoshop's "Duplicate Layer" command—rather than triggering GIMP's default behavior.

This ensures muscle memory transfers directly: **Ctrl+T** activates Free Transform, **Ctrl+U** opens Hue/Saturation adjustments, and **Ctrl+Shift+N** creates new layers exactly as they function in Photoshop.

### Customizing Shortcuts in PhotoGIMP

While PhotoGIMP ships with Photoshop-compatible shortcuts, you can modify them through GIMP's interface:

```text

# 1. Open the shortcut editor in GIMP

Edit → Keyboard Shortcuts

# 2. Search for a specific Photoshop shortcut, e.g., "Ctrl+J" (Duplicate layer)

#    Type the shortcut in the "Search" box to locate the command quickly.

# 3. Assign a new shortcut (optional)

#    Click the entry, press the new key combination, and click "Save".

# 4. Verify that the shortcut works in the PhotoGIMP interface

#    Example: press Ctrl+J and observe that the active layer is duplicated.

```

If you wish to retain the default Adobe-style shortcuts, no configuration is necessary after installing PhotoGIMP.

## Summary

- The official **Adobe Keyboard Shortcuts documentation link for PhotoGIMP** is https://helpx.adobe.com/photoshop/using/default-keyboard-shortcuts.html
- PhotoGIMP references this link in [`README.md`](https://github.com/Diolinux/PhotoGIMP/blob/main/README.md) and localized versions including [`docs/README_ru.md`](https://github.com/Diolinux/PhotoGIMP/blob/main/docs/README_ru.md), [`docs/README_pt.md`](https://github.com/Diolinux/PhotoGIMP/blob/main/docs/README_pt.md), [`docs/README_pl.md`](https://github.com/Diolinux/PhotoGIMP/blob/main/docs/README_pl.md), and [`docs/README_it.md`](https://github.com/Diolinux/PhotoGIMP/blob/main/docs/README_it.md)
- The project implements **Windows-based Adobe Photoshop shortcuts**, not macOS keybindings
- Common mappings include **Ctrl+J** for duplicating layers and **Ctrl+T** for Free Transform
- Users can customize shortcuts via **Edit → Keyboard Shortcuts** while maintaining the base Adobe configuration

## Frequently Asked Questions

### What is the exact Adobe Keyboard Shortcuts documentation URL used by PhotoGIMP?

The specific URL is https://helpx.adobe.com/photoshop/using/default-keyboard-shortcuts.html. This link appears in the root [`README.md`](https://github.com/Diolinux/PhotoGIMP/blob/main/README.md) file and all translated documentation versions within the `docs/` folder. According to the Diolinux/PhotoGIMP source code, this Adobe Help Center page serves as the authoritative reference for the project's shortcut mappings.

### Does PhotoGIMP use Windows or macOS Photoshop shortcuts?

PhotoGIMP implements **Adobe Photoshop Windows shortcuts**. The repository explicitly references the Windows version of Adobe's keyboard shortcuts documentation. Users on macOS will need to translate Ctrl-based shortcuts to Cmd-based equivalents mentally, though the underlying functionality remains identical.

### Where is the Adobe documentation link documented in the PhotoGIMP repository?

The reference appears in [`README.md`](https://github.com/Diolinux/PhotoGIMP/blob/main/README.md) at the repository root and is replicated across localized documentation in the `docs/` directory, specifically [`docs/README_ru.md`](https://github.com/Diolinux/PhotoGIMP/blob/main/docs/README_ru.md) (Russian), [`docs/README_pt.md`](https://github.com/Diolinux/PhotoGIMP/blob/main/docs/README_pt.md) (Portuguese), [`docs/README_pl.md`](https://github.com/Diolinux/PhotoGIMP/blob/main/docs/README_pl.md) (Polish), and [`docs/README_it.md`](https://github.com/Diolinux/PhotoGIMP/blob/main/docs/README_it.md) (Italian). Each file contains the same hyperlink to Adobe's official shortcut reference.

### How do I customize keyboard shortcuts in PhotoGIMP?

Access the shortcut editor through **Edit → Keyboard Shortcuts**. You can search for specific commands using the filter box, modify existing bindings by clicking an entry and pressing a new key combination, and save your changes. To revert to Adobe-style defaults after modification, you can reset keyboard shortcuts within the same dialog.