In Photopea, you can quickly undo your last action using a simple keyboard shortcut or a menu option.
Methods to Undo
Based on the provided reference, there are two primary ways to undo your most recent change:
-
Using the Keyboard Shortcut:
- The fastest way is to press Ctrl + Z on your keyboard (or Cmd + Z on a Mac).
-
Using the Edit Menu:
- Alternatively, you can navigate to the top menu bar.
- Click on Edit.
- Select the Undo / Redo option from the dropdown menu.
Important Limitation: Switching Between Last Two States
- According to the reference, both the Edit - Undo / Redo option and the Ctrl + Z shortcut are specifically designed to switch between the last two states of your project.
- This means you can undo the single most recent action you performed.
- If you press
Ctrl + Z
again after undoing, it will "redo" that action, returning you to the state before you undid it. - This method does not allow you to go further back in your editing history to undo multiple previous steps sequentially. It strictly toggles between the state before your last action and the state after it.