Skip to content

Commit 41aa3f9

Browse files
authored
Merge pull request #398 from SAHU-01/copy_command
[Docs]Added new methods to copy and paste a component
2 parents 8f85129 + 5a18e24 commit 41aa3f9

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed
182 KB
Loading
182 KB
Loading
143 KB
Loading

content/en/kanvas/getting-started/working-with-components.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,27 @@ To copy and paste:
9393
1. Use the right-click menu
9494

9595
<!-- Image needed -->
96+
### Select All with Keyboard Shortcuts
97+
98+
1. Select all components on the Kanvas by pressing CMD+A (Mac) or CTRL+A (Windows).
99+
2. Copy the selection by pressing CMD+C (Mac) or CTRL+C (Windows).
100+
3. Paste the components by pressing CMD+V (Mac) or CTRL+V (Windows).
101+
102+
### Use the Right-Click Menu
103+
104+
1. Right-click on the canvas and select Select All Components.
105+
![copy-paste-rightclick-select](/kanvas/getting-started/images/working-with-components/copy-paste-rightclick-select.png)
106+
2. Right-click again and choose Paste or press CMD+V (Mac) or CTRL+V (Windows) to paste the copied components.
107+
![copy-paste-rightclick-paste](/kanvas/getting-started/images/working-with-components/copy-paste-rightclick-paste.png)
108+
109+
### Use the Save As Option
110+
111+
1. Go to the design toolbar and select Save As.
112+
![copy-paste-save](/kanvas/getting-started/images/working-with-components/copy-paste-save.png)
113+
2. A copy of all components will be saved in your new design file, which you can then paste into another design.
114+
115+
116+
### Select with SHIFT or CTRL
117+
1. Press and hold either SHIFT or CTRL, then click and drag over all the components you want to select.
118+
2. Copy the selected components with CMD+C (Mac) or CTRL+C (Windows).
119+
3. Paste the components with CMD+V (Mac) or CTRL+V (Windows).

0 commit comments

Comments
 (0)