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'],
|
||||
['Alt+↑ / Alt+↓', 'Move step up / down'],
|
||||
['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'],
|
||||
]],
|
||||
['Canvas tools', [
|
||||
|
||||
Reference in New Issue
Block a user