]> Shamusworld >> Repos - ardour-manual/blobdiff - include/note-cut-copy-and-paste.html
Add foldback strip documentation
[ardour-manual] / include / note-cut-copy-and-paste.html
index 6b533f3b910d4f45bcb1ab3b259fcf6b835fca6a..fe29f5db14078586a6750eb5e2d983d696b73631 100644 (file)
@@ -1,10 +1,18 @@
-  
+
+<p>
+  While in <a href="@@add-new-notes">note edit</a> mode, selected notes can be
+  cut and paste as in most software, that is:
 <p>
-  While in note edit mode, selected notes can be cut using 
-  <kbd class="mod1">x</kbd>, copied with <kbd class="mod1">c</kbd> and 
-  deleted with <kbd>Delete</kbd>, just as regions can. Once cut or 
-  copied, they can be pasted at the edit point using 
-  <kbd class="mod1">v</kbd>.
-</p>
-  
 
+<ul>
+  <li>cut: <kbd class="mod1">x</kbd></li>
+  <li>copy: <kbd class="mod1">c</kbd></li>
+  <li>delete: <kbd>Delete</kbd></li>
+  <li>paste: <kbd class="mod1">v</kbd>.</li>
+</ul>
+
+<p>
+  These operations use the same keyboard shortcuts as most editing software does,
+  and as Ardour uses for regions. Obviously, the paste operation only works if a
+  cut or copy operation has happened beforehand.
+</p>