From db2382294eca92517fa6c50b24566aa52eba0e90 Mon Sep 17 00:00:00 2001 From: Twest2 Date: Mon, 15 Jun 2026 10:26:56 -0500 Subject: [PATCH] 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. --- app/renderer/dialogs.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/renderer/dialogs.js b/app/renderer/dialogs.js index 40e3ec6..532a64e 100644 --- a/app/renderer/dialogs.js +++ b/app/renderer/dialogs.js @@ -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', [