From e064c2e72b8f34d6cb260e17fcfa8219b71bfd36 Mon Sep 17 00:00:00 2001 From: ralfbrown Date: Wed, 24 Jul 2024 01:30:32 -0400 Subject: [PATCH] add page about undo --- content/howto/undo.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/howto/undo.md diff --git a/content/howto/undo.md b/content/howto/undo.md new file mode 100644 index 0000000000..d9a54f6454 --- /dev/null +++ b/content/howto/undo.md @@ -0,0 +1,21 @@ +--- +title: undo edits or other changes +id: undo +weight: 6 +applicable-version: 4.0 +draft: false +author: "people" +--- + +Most actions done in [lightable view](../lighttable/undo-redo.md) can +be reversed with the standard Ctrl-Z shortcut key and reapplied with +Ctrl-Y. + +In darkroom view, you can either use +[Ctrl-Z](../darkroom/pixelpipe/undo-redo.md) to undo actions one step +at a time, or you can click on an item in the +[_history stack_](../module-reference/utility-modules/darkroom/history-stack.md) +module to reset the edit state to what it was when that item was added to +the stack. You can freely jump between different positions in the +history as long as you do not change settings in any of the +[processing modules](../module-reference/processing-modules/_index.md).