]> Shamusworld >> Repos - ardour-manual/blob - include/cut-and-paste-operations.html
Collapse diagrams/ into images/.
[ardour-manual] / include / cut-and-paste-operations.html
1   
2 <p>
3   The <dfn>clipboard</dfn> is a holder for various kinds of objects (regions,
4   control events, plugins) that is used during <dfn>cut-and-paste
5   operations</dfn>.
6 </p>
7
8 <h2>Cut</h2>
9 <p>
10   A <dfn>cut</dfn> operation removes selected objects and places them in the
11   clipboard. The existing contents of the clipboard are overwriten.<br />
12   The default key binding is <kbd class="mod1">x</kbd>.
13 </p>
14
15 <h2>Copy</h2>
16 <p>
17   A <dfn>copy</dfn> of the selected objects are placed in clipboard. There is
18   no effect on the selected objects themselves. The existing contents of the
19   clipboard are overwritten. <br />
20   The default key binding is <kbd class="mod1">c</kbd>.
21 </p>
22
23 <h2>Paste</h2>
24 <p>
25   The current contents of the clipboard are <dfn>paste</dfn>d (inserted)
26   into the session, using the current <dfn>edit point</dfn> as the
27   destination. The contents of the clipboard remain unchanged &mdash; you
28   can paste the same item multiple times. <br />
29   The default key binding is <kbd class="mod1">v</kbd>.
30 </p>
31   
32