From 1c4c2fc475df6166b3bdf77aa4663bdab5094cb8 Mon Sep 17 00:00:00 2001 From: Dariusz L Date: Tue, 24 Jun 2025 06:48:35 +0200 Subject: [PATCH] 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. --- js/Canvas_view.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/Canvas_view.js b/js/Canvas_view.js index ce57993..ca42afd 100644 --- a/js/Canvas_view.js +++ b/js/Canvas_view.js @@ -196,6 +196,8 @@ async function createCanvasWidget(node, widget, app) {

Clipboard & I/O