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