From 5cf10e5e5c5160e6880eb58dfdc85918631f36ad Mon Sep 17 00:00:00 2001 From: Dariusz L Date: Mon, 13 Apr 2026 17:25:50 +0200 Subject: [PATCH] Add Undo/Redo shortcuts to templates Insert an "Undo & Redo" section into standard_shortcuts.html in both js/templates and src/templates. Documents Ctrl+Z for undo and Ctrl+Y or Ctrl+Shift+Z for redo so the UI shortcut list includes undo/redo actions. --- js/templates/standard_shortcuts.html | 6 ++++++ src/templates/standard_shortcuts.html | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/js/templates/standard_shortcuts.html b/js/templates/standard_shortcuts.html index 14bbed9..067efe1 100644 --- a/js/templates/standard_shortcuts.html +++ b/js/templates/standard_shortcuts.html @@ -16,6 +16,12 @@ Drag & Drop Image FileAdd image as a new layer +

Undo & Redo

+ + + +
Ctrl + ZUndo last action
Ctrl + Y or Ctrl + Shift + ZRedo last action
+

Layer Interaction

diff --git a/src/templates/standard_shortcuts.html b/src/templates/standard_shortcuts.html index 14bbed9..067efe1 100644 --- a/src/templates/standard_shortcuts.html +++ b/src/templates/standard_shortcuts.html @@ -16,6 +16,12 @@
Click + DragMove selected layer(s)
Drag & Drop Image FileAdd image as a new layer
+

Undo & Redo

+ + + +
Ctrl + ZUndo last action
Ctrl + Y or Ctrl + Shift + ZRedo last action
+

Layer Interaction

Click + DragMove selected layer(s)