f04db3fe5d
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.
30 lines
568 B
HTML
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>
|
|
|