]> Shamusworld >> Repos - ardour-manual/blobdiff - _manual/04_ardours-interface/02_basic-gui-operations/05_undoredo-for-editing-.html
Add selection undo.
[ardour-manual] / _manual / 04_ardours-interface / 02_basic-gui-operations / 05_undoredo-for-editing-.html
index 56b975b528b52d8f9d2db272c08d2cd606a237b2..b543170f6f86eb1d21be738612de747f99aafe01 100644 (file)
@@ -17,11 +17,20 @@ title: Undo/Redo for Editing
 <p>
   Changes are also saved to the <dfn>session history</dfn> file, so that
   undo/redo is possible even if you close the session and reopen it later,
-  even if you quit Ardour in between.</p>
+  even if you quit Ardour in between.
+</p>
 <p>
   The maximum number of changes that can be undone can be configured under
   <kbd class="menu">Edit &gt; Preferences &gt; Misc &gt; Undo</kbd>. 
   The maximum number of changes stored in the history file is a separate
   parameter, and can also be set in the same place.
 </p>
-  
+
+<p class="note">
+  In addition to the normal undo (which works only on actions that change
+  the timeline), there is a <dfn>visual undo</dfn> which will revert any
+  command that affects the display of the editor window. Its shortcut is
+  <kbd class="mod3">Z</kbd>.
+  There is also an undo for selection. See
+  <a href="/ardours-interface/basic-gui-operations/selection-techniques/">Selection Techniques</a> for more information.
+</p>