manual/include/note-cut-copy-and-paste.html

30 lines
568 B
HTML
Raw Normal View History

2014-02-18 14:12:28 -05:00
<p>
While in <a href="@@toolbox">Internal Edit Mode</a>, selected notes can be
cut, copied, pasted, or deleted using the following keyboard shortcuts:
2017-11-15 05:52:51 -05:00
<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>.
2017-11-15 05:52:51 -05:00
</p>