]> Shamusworld >> Repos - ardour-manual/blob - include/note-cut-copy-and-paste.html
Add a subchapter on cue markers
[ardour-manual] / include / note-cut-copy-and-paste.html
1
2 <p>
3   While in <a href="@@toolbox">Internal Edit Mode</a>, selected notes can be
4   cut, copied, pasted, or deleted using the following keyboard shortcuts:
5 <p>
6
7 <table>
8 <tr>
9   <th>Cut</th>
10   <td><kbd class="mod1">x</kbd></td>
11 </tr>
12 <tr>
13   <th>Copy</th>
14   <td><kbd class="mod1">c</kbd></td>
15 </tr>
16 <tr>
17   <th>Paste</th>
18   <td><kbd class="mod1">v</kbd></td>
19 </tr>
20 <tr>
21   <th>Delete</th>
22   <td><kbd>delete</kbd></td>
23 </tr>
24 </table>
25
26 <p class="note">
27   Pasted notes will appear, in the region they were cut from, at the <a href="@@edit-point-control">Edit Point</a>.
28 </p>
29