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.
This commit is contained in:
Dariusz L
2026-04-13 17:25:50 +02:00
parent 72ef62e642
commit 5cf10e5e5c
2 changed files with 12 additions and 0 deletions

View File

@@ -16,6 +16,12 @@
<tr><td><kbd>Drag & Drop Image File</kbd></td><td>Add image as a new layer</td></tr>
</table>
<h4>Undo & Redo</h4>
<table>
<tr><td><kbd>Ctrl + Z</kbd></td><td>Undo last action</td></tr>
<tr><td><kbd>Ctrl + Y</kbd> or <kbd>Ctrl + Shift + Z</kbd></td><td>Redo last action</td></tr>
</table>
<h4>Layer Interaction</h4>
<table>
<tr><td><kbd>Click + Drag</kbd></td><td>Move selected layer(s)</td></tr>

View File

@@ -16,6 +16,12 @@
<tr><td><kbd>Drag & Drop Image File</kbd></td><td>Add image as a new layer</td></tr>
</table>
<h4>Undo & Redo</h4>
<table>
<tr><td><kbd>Ctrl + Z</kbd></td><td>Undo last action</td></tr>
<tr><td><kbd>Ctrl + Y</kbd> or <kbd>Ctrl + Shift + Z</kbd></td><td>Redo last action</td></tr>
</table>
<h4>Layer Interaction</h4>
<table>
<tr><td><kbd>Click + Drag</kbd></td><td>Move selected layer(s)</td></tr>