]> Shamusworld >> Repos - ardour-manual/commitdiff
Add selection undo.
authornick_m <mainsbridge@gmail.com>
Sun, 11 Jan 2015 16:53:02 +0000 (03:53 +1100)
committernick_m <mainsbridge@gmail.com>
Sun, 11 Jan 2015 16:53:02 +0000 (03:53 +1100)
_manual/04_ardours-interface/02_basic-gui-operations/03_selection-techniques.html
_manual/04_ardours-interface/02_basic-gui-operations/05_undoredo-for-editing-.html

index e23c45b0869ff71ed98ee451e06c89b8917134bf..cf569ed2a14f45d13d50221a112b5fc600205770 100644 (file)
@@ -40,4 +40,18 @@ title: Selection Techniques
   ranges and a <kbd class="mod3 mouse">left</kbd> click extends a range
   to cover a wider area.
 </p>
-  
+
+<h2>Selection Undo</h2>
+<p>
+  The set of objects (including time range) that are selected at any one 
+  time is known as the selection.
+  Each time you select or deselect an object, the new selection is stored in an
+  undo/redo stack.
+  This stack is cleared each time the content of the timeline changes.
+  If you have built up a complex selection and then accidentally cleared it,
+  choosing <kbd class="menu">Edit &gt; Undo Selection Change</kbd> will restore your
+  previous selection.
+  If you then decide that you had in fact made the correct change, choosing
+  <kbd class="menu">Edit &gt; Redo Selection Change</kbd> will take you back
+  to where you were before you chose <kbd class="menu">Edit &gt; Undo Selection Change</kbd>.
+</p>
index 3d0e87d212ffef7c47bdd2043ab3b2cc419a7da2..b543170f6f86eb1d21be738612de747f99aafe01 100644 (file)
@@ -31,4 +31,6 @@ title: Undo/Redo for Editing
   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>