| Description | Function | Key |
|---|---|---|
| Copy line or selection to the clipboard. | Copy | CTRL+INS |
| Insert text from the clipboard. | Paste | SHIFT+INS |
| Start new line, breaking current line. | Emacsnewl | SHIFT+ENTER |
| Delete selection. | Delete | unassigned |
| Delete box or lines. | Ldelete | CTRL+Y |
| Delete stream of text. | Sdelete | SHIFT+DEL |
| Delete character to left, no line breaks. | Cdelete | CTRL+G |
| Delete character to left, with line break. | Emacscdel | BKSP |
| Insert spaces into selection. | Insert | unassigned |
| Insert spaces in box or lines. | Linsert | CTRL+N |
| Insert spaces into stream selection. | Sinsert | CTRL+J |