]> Shamusworld >> Repos - ardour-manual/blobdiff - include/note-cut-copy-and-paste.html
Meh, capitalization
[ardour-manual] / include / note-cut-copy-and-paste.html
index 6b533f3b910d4f45bcb1ab3b259fcf6b835fca6a..b110fabaaf6ed8007ebf633b13dae876308c3c87 100644 (file)
@@ -1,10 +1,29 @@
-  
+
+<p>
+  While in <a href="@@toolbox">Internal Edit Mode</a>, selected notes can be
+  cut, copied, pasted, or deleted using the following keyboard shortcuts:
 <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>.
+
+<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 class="note">
+  Pasted notes will appear, in the region they were cut from, at the <a href="@@edit-point-control">Edit Point</a>.
 </p>
-