Document the Undo/Redo shortcut in the keyboard shortcuts help
Now that undo also restores deleted steps, it's worth surfacing the existing Ctrl+Z / Ctrl+Shift+Z shortcut to users.
This commit is contained in:
@@ -646,6 +646,7 @@ const SHORTCUTS = [
|
|||||||
['PageUp / PageDown', 'Previous / next step'],
|
['PageUp / PageDown', 'Previous / next step'],
|
||||||
['Alt+↑ / Alt+↓', 'Move step up / down'],
|
['Alt+↑ / Alt+↓', 'Move step up / down'],
|
||||||
['Ctrl+Delete', 'Delete current step'],
|
['Ctrl+Delete', 'Delete current step'],
|
||||||
|
['Ctrl+Z / Ctrl+Shift+Z', 'Undo / redo (including step deletion)'],
|
||||||
['Ctrl+V', 'Paste annotation, or clipboard image as new step'],
|
['Ctrl+V', 'Paste annotation, or clipboard image as new step'],
|
||||||
]],
|
]],
|
||||||
['Canvas tools', [
|
['Canvas tools', [
|
||||||
|
|||||||
Reference in New Issue
Block a user