mirror of
https://github.com/Azornes/Comfyui-LayerForge.git
synced 2026-05-06 08:26:44 -03:00
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:
@@ -16,6 +16,12 @@
|
|||||||
<tr><td><kbd>Drag & Drop Image File</kbd></td><td>Add image as a new layer</td></tr>
|
<tr><td><kbd>Drag & Drop Image File</kbd></td><td>Add image as a new layer</td></tr>
|
||||||
</table>
|
</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>
|
<h4>Layer Interaction</h4>
|
||||||
<table>
|
<table>
|
||||||
<tr><td><kbd>Click + Drag</kbd></td><td>Move selected layer(s)</td></tr>
|
<tr><td><kbd>Click + Drag</kbd></td><td>Move selected layer(s)</td></tr>
|
||||||
|
|||||||
@@ -16,6 +16,12 @@
|
|||||||
<tr><td><kbd>Drag & Drop Image File</kbd></td><td>Add image as a new layer</td></tr>
|
<tr><td><kbd>Drag & Drop Image File</kbd></td><td>Add image as a new layer</td></tr>
|
||||||
</table>
|
</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>
|
<h4>Layer Interaction</h4>
|
||||||
<table>
|
<table>
|
||||||
<tr><td><kbd>Click + Drag</kbd></td><td>Move selected layer(s)</td></tr>
|
<tr><td><kbd>Click + Drag</kbd></td><td>Move selected layer(s)</td></tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user