X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=_manual%2F04_ardours-interface%2F02_basic-gui-operations%2F05_undoredo-for-editing-.html;h=3d0e87d212ffef7c47bdd2043ab3b2cc419a7da2;hb=e4978af65cc19024dabbb579d64dd723faee49dd;hp=75a142ae51042dea8b624ecf00807ad4fb610ac2;hpb=ae6efdc4a0dd1825a30a1b95b70d6a5f799713a9;p=ardour-manual 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 75a142a..3d0e87d 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 @@ -3,10 +3,32 @@ layout: default title: Undo/Redo for Editing --- +

+ While editing, it happens that you apply an unintended change, or make + a choice one that you later decide was wrong. All changes to the + arrangement of session components (regions, control points) along the + timeline can be undone (and redone if necessary). +

+

+ The default keybindings are Z for Undo and + R for Redo. These match the conventions of most + other applications that provide undo/redo. +

+

+ Changes are also saved to the session history file, so that + undo/redo is possible even if you close the session and reopen it later, + even if you quit Ardour in between. +

+

+ The maximum number of changes that can be undone can be configured under + Edit > Preferences > Misc > Undo. + The maximum number of changes stored in the history file is a separate + parameter, and can also be set in the same place. +

- -

Undo/Redo for Editing

-

It is very common to make changes while editing that you did not intend to, or that you later decide were the wrong choice. All changes to the arrangement of session components (regions, control points) along the timeline can be undone (and then redone). The default keybinding for undo is Ctrl/Cmd-z and for redo is Ctrl/Cmd-r (these match the conventions of most other applications that provide undo/redo.

-

Changes are also saved to the session history file, so that undo/redo is possible even if you close the session and reopen it (even if you quit Ardour in between).

-

The maximum number of changes that can be undone can be altered in the Editing tab of the Preferences dialog. The maximum number of changes stored in the history file is a separate parameter, and can also be set in the same place.

- +

+ In addition to the normal undo (which works only on actions that change + the timeline), there is a visual undo which will revert any + command that affects the display of the editor window. Its shortcut is + Z. +