Skip to content

Commit

Permalink
Add keyboard shortcuts for copy and paste to help ui
Browse files Browse the repository at this point in the history
  • Loading branch information
hlxid committed Oct 21, 2023
1 parent 3655e37 commit 3cd4a60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/helpUi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export class HelpUI extends AbstractUIExtension {
<p><kbd>CTRL</kbd>+<kbd>S</kbd>: Save diagram to json</p>
<p><kbd>CTRL</kbd>+<kbd>L</kbd>: Automatically layout diagram</p>
<p><kbd>CTRL</kbd>+<kbd>Shift</kbd>+<kbd>F</kbd>: Fit diagram to screen</p>
<p><kbd>CTRL</kbd>+<kbd>C</kbd>: Copy selected elements</p>
<p><kbd>CTRL</kbd>+<kbd>V</kbd>: Paste previously copied elements</p>
</div>
</div>
`;
Expand Down

0 comments on commit 3cd4a60

Please sign in to comment.