manual/include/note-cut-copy-and-paste.html
Shamus Hammons f04db3fe5d First pass at reorganizing/cleaning up the MIDI part.
A few other files were touched as well as they were referred to by files
in the MIDI part, which lead to other connected things being pulled in.
As this is only the first pass, there will be more necessary changes
coming in the near future.  Also, the lowest two levels of structure
were mistakenly removed from the build system; these have been added
back as they are necessary to keep the structure of the manual sane.
2020-05-18 18:07:17 -05:00

30 lines
568 B
HTML

<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>
<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>