Edit Menu
- Undo Ctrl + Z
Undoid: actions/undo
- Redo Ctrl + Y
Redoid: actions/redo
- History Ctrl + H
Undo Historyid: actions/undoHistory
- Cut Ctrl + X
Cut selectionid: actions/editCut
- Copy Ctrl + C
Copy selectionid: actions/editCopy
- Paste Ctrl + V
Paste selectionid: actions/editPaste
- Delete Delete
Delete selectionid: actions/editDelete
- Select All Ctrl + A
Select Allid: actions/selectAll
- Select None Esc
Select Noneid: actions/selectNone
- Group Ctrl + G
Group selected itemsid: actions/group
- Ungroup Ctrl + Shift + G
Ungroup selected itemsid: actions/ungroup
- Bring Forward
Increment z-order of selectionid: actions/raise
- Send Back
Decrement z-order of selectionid: actions/lower
- Bring to Front
Raise z-order of selection to the topid: actions/raiseToTop
- Send to Back
Lower z-order of selection to the bottomid: actions/lowerToBottom
- Select Previous Alt + Left
Select previous itemid: actions/selectPrevious
- Select Next Alt + Right
Select next itemid: actions/selectNext