From 3cd4a6095a6dd6367ecf01fe89add3429e0e19a5 Mon Sep 17 00:00:00 2001 From: Daniel Huber <30466471+daniel0611@users.noreply.github.com> Date: Sat, 21 Oct 2023 20:42:02 +0200 Subject: [PATCH] Add keyboard shortcuts for copy and paste to help ui --- src/common/helpUi.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/helpUi.tsx b/src/common/helpUi.tsx index 043a156..92ce1a8 100644 --- a/src/common/helpUi.tsx +++ b/src/common/helpUi.tsx @@ -36,6 +36,8 @@ export class HelpUI extends AbstractUIExtension {

CTRL+S: Save diagram to json

CTRL+L: Automatically layout diagram

CTRL+Shift+F: Fit diagram to screen

+

CTRL+C: Copy selected elements

+

CTRL+V: Paste previously copied elements

`;