The editing commands are summarized in the table below. They're also available from the context menu.
| Command | Description | Shortcut |
|---|---|---|
| Undo | Undo the last action. | Ctrl+Z |
| Redo | Redo the last action. | Ctrl+Y |
| Cut | Cut the selection and put it on the Clipboard. | Ctrl+X |
| Copy | Copy the selection and put it on the Clipboard. | Ctrl+C |
| Paste | Insert the Clipboard contents. | Ctrl+V |
| Insert | Insert a new item. | Insert |
| Delete | Delete the selection. | Delete |
| Select All | Select all items. | Ctrl+A |
| Rename | Rename the selected item. | F2 |
Note that the editing commands behave differently depending on which window within the application has focus. The possible cases are as follows:
| Focus | Action |
|---|---|
| Edit control | The command operates on the text in the edit control. |
| Chart view | The command operates on the chart view. |
| Parts list | The command operates on the parts list. |