]> Shamusworld >> Repos - ardour-manual/blobdiff - _manual/04_ardours-interface/02_basic-gui-operations/07_cut-and-paste-operations.html
copy-editing chapter 4. style guide grows healthy and strong and ever more verbose :)
[ardour-manual] / _manual / 04_ardours-interface / 02_basic-gui-operations / 07_cut-and-paste-operations.html
index 5c2d55ae57ae53cec56518f27eb0257415c0e5ba..01d85715cac35805626b975a364c6689607f35db 100644 (file)
@@ -2,15 +2,34 @@
 layout: default
 title: Cut and Paste Operations
 ---                        
+  
+<p>
+  The <dfn>clipboard</dfn> is a holder for various kinds of objects (regions,
+  control events, plugins) that is used during <dfn>cut-and-paste
+  operations</dfn>.
+</p>
 
+<h2>Cut</h2>
+<p>
+  A <dfn>cut</dfn> operation removes selected objects and places them in the
+  clipboard. The existing contents of the clipboard are overwriten.<br />
+  The default key binding is <kbd class="mod1">x</kbd>.
+</p>
 
-  
-  
-<p>The clipboard is a holder for various kinds of objects (regions, control events, plugins) that is used during cut-n-paste operations.</p>
-<h3>Cut</h3>
-<p>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 <kbd class="mod1">x</kbd>.</p>
-<h3>Copy</h3>
-<p>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 <kbd class="mod1">c</kbd>.</p>
-<h3>Paste</h3>
-<p>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 <kbd class="mod1">v</kbd>.</p>
+<h2>Copy</h2>
+<p>
+  A <dfn>copy</dfn> 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. <br />
+  The default key binding is <kbd class="mod1">c</kbd>.
+</p>
+
+<h2>Paste</h2>
+<p>
+  The current contents of the clipboard are <dfn>paste</dfn>d (inserted)
+  into the session, using the current <dfn>edit point</dfn> as the
+  destination. The contents of the clipboard remain unchanged &mdash; you
+  can paste the same item multiple times. <br />
+  The default key binding is <kbd class="mod1">v</kbd>.
+</p>