X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=_manual%2F04_ardours-interface%2F02_basic-gui-operations%2F07_cut-and-paste-operations.html;h=01d85715cac35805626b975a364c6689607f35db;hb=6e64603e6159ae448de5e3e6b908375c2ef1fdc0;hp=5c2d55ae57ae53cec56518f27eb0257415c0e5ba;hpb=ae6efdc4a0dd1825a30a1b95b70d6a5f799713a9;p=ardour-manual diff --git a/_manual/04_ardours-interface/02_basic-gui-operations/07_cut-and-paste-operations.html b/_manual/04_ardours-interface/02_basic-gui-operations/07_cut-and-paste-operations.html index 5c2d55a..01d8571 100644 --- a/_manual/04_ardours-interface/02_basic-gui-operations/07_cut-and-paste-operations.html +++ b/_manual/04_ardours-interface/02_basic-gui-operations/07_cut-and-paste-operations.html @@ -2,15 +2,34 @@ layout: default title: Cut and Paste Operations --- + +

+ The clipboard is a holder for various kinds of objects (regions, + control events, plugins) that is used during cut-and-paste + operations. +

+

Cut

+

+ A cut operation removes selected objects and places them in the + clipboard. The existing contents of the clipboard are overwriten.
+ The default key binding is x. +

- - -

The clipboard is a holder for various kinds of objects (regions, control events, plugins) that is used during cut-n-paste operations.

-

Cut

-

A cut operation removes selected objects and places them in the clipboard. The existing contents of the clipboard are overwriten. The default key binding is x.

-

Copy

-

A copy of the selected objects are placed in clipboard. There is no effect on the selected objects. The existing contents of the clipboard are overwritten. The default key binding is c.

-

Paste

-

The current contents of the clipboard are inserted into the session, using the current edit point as the reference point. The contents of the clipboard remain unchanged. The default key binding is v.

+

Copy

+

+ A copy of the selected objects are placed in clipboard. There is + no effect on the selected objects themselves. The existing contents of the + clipboard are overwritten.
+ The default key binding is c. +

+ +

Paste

+

+ The current contents of the clipboard are pasted (inserted) + into the session, using the current edit point as the + destination. The contents of the clipboard remain unchanged — you + can paste the same item multiple times.
+ The default key binding is v. +