mirror of
https://github.com/Azornes/Comfyui-LayerForge.git
synced 2026-03-21 20:52:12 -03:00
Add undo/redo shortcuts to help section
Updated the help section in Canvas_view.js to include keyboard shortcuts for undo (Ctrl+Z) and redo (Ctrl+Y / Ctrl+Shift+Z) actions.
This commit is contained in:
@@ -196,6 +196,8 @@ async function createCanvasWidget(node, widget, app) {
|
||||
</ul>
|
||||
<h4>Clipboard & I/O</h4>
|
||||
<ul>
|
||||
<li><kbd>Ctrl + Z</kbd> - Undo last action</li>
|
||||
<li><kbd>Ctrl + Y</kbd> / <kbd>Ctrl + Shift + Z</kbd> - Redo last action</li>
|
||||
<li><kbd>Ctrl + C</kbd> - Copy selected layer(s)</li>
|
||||
<li><kbd>Ctrl + V</kbd> - Paste from clipboard (image or internal layers)</li>
|
||||
<li><kbd>Drag & Drop Image File</kbd> - Add image as a new layer</li>
|
||||
|
||||
Reference in New Issue
Block a user