From 0b6ad9326ccdaec578164df288c8ce6321ca67a0 Mon Sep 17 00:00:00 2001 From: nick_m Date: Mon, 12 Jan 2015 03:53:02 +1100 Subject: [PATCH] Add selection undo. --- .../03_selection-techniques.html | 16 +++++++++++++++- .../05_undoredo-for-editing-.html | 2 ++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/_manual/04_ardours-interface/02_basic-gui-operations/03_selection-techniques.html b/_manual/04_ardours-interface/02_basic-gui-operations/03_selection-techniques.html index e23c45b..cf569ed 100644 --- a/_manual/04_ardours-interface/02_basic-gui-operations/03_selection-techniques.html +++ b/_manual/04_ardours-interface/02_basic-gui-operations/03_selection-techniques.html @@ -40,4 +40,18 @@ title: Selection Techniques ranges and a left click extends a range to cover a wider area.

- + +

Selection Undo

+

+ 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 Edit > Undo Selection Change will restore your + previous selection. + If you then decide that you had in fact made the correct change, choosing + Edit > Redo Selection Change will take you back + to where you were before you chose Edit > Undo Selection Change. +

diff --git a/_manual/04_ardours-interface/02_basic-gui-operations/05_undoredo-for-editing-.html b/_manual/04_ardours-interface/02_basic-gui-operations/05_undoredo-for-editing-.html index 3d0e87d..b543170 100644 --- a/_manual/04_ardours-interface/02_basic-gui-operations/05_undoredo-for-editing-.html +++ b/_manual/04_ardours-interface/02_basic-gui-operations/05_undoredo-for-editing-.html @@ -31,4 +31,6 @@ title: Undo/Redo for Editing the timeline), there is a visual undo which will revert any command that affects the display of the editor window. Its shortcut is Z. + There is also an undo for selection. See + Selection Techniques for more information.

-- 2.37.2