mention visual undo

This commit is contained in:
Jörn Nettingsmeier 2014-02-05 18:27:26 +01:00
parent fd47f2c6de
commit e4978af65c

View File

@ -17,7 +17,8 @@ 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>.
@ -25,3 +26,9 @@ title: Undo/Redo for Editing
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>.
</p>