]> Shamusworld >> Repos - ardour-manual/blobdiff - include/note-cut-copy-and-paste.html
A tiny addendum to the bbt markers doc
[ardour-manual] / include / note-cut-copy-and-paste.html
index fe29f5db14078586a6750eb5e2d983d696b73631..b110fabaaf6ed8007ebf633b13dae876308c3c87 100644 (file)
@@ -1,18 +1,29 @@
 
 <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:
+  While in <a href="@@toolbox">Internal Edit Mode</a>, selected notes can be
+  cut, copied, pasted, or deleted using the following keyboard shortcuts:
 <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>
+<table>
+<tr>
+  <th>Cut</th>
+  <td><kbd class="mod1">x</kbd></td>
+</tr>
+<tr>
+  <th>Copy</th>
+  <td><kbd class="mod1">c</kbd></td>
+</tr>
+<tr>
+  <th>Paste</th>
+  <td><kbd class="mod1">v</kbd></td>
+</tr>
+<tr>
+  <th>Delete</th>
+  <td><kbd>delete</kbd></td>
+</tr>
+</table>
 
-<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 class="note">
+  Pasted notes will appear, in the region they were cut from, at the <a href="@@edit-point-control">Edit Point</a>.
 </p>
+