Document the Undo/Redo shortcut in the keyboard shortcuts help
Template tests / tests (push) Successful in 1m41s
Template tests / tests (pull_request) Successful in 1m40s

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:
2026-06-15 10:26:56 -05:00
parent 58b4182c54
commit db2382294e
+1
View File
@@ -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', [