Skip to content

Commit 40f7556

Browse files
committed
feat: mention about the duplicate shortcut
1 parent 8f85405 commit 40f7556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/07-Pro Features/01-live-preview-edit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ The Tool Box displays different options depending on the selected element type.
6767
- **Image Gallery** *(image icon)*: Opens an image gallery at the bottom of the Live Preview, where you can browse and select an image. You can also choose an image from your computer. Phoenix Code automatically saves the image to your project folder and updates the src attribute of the element.
6868
*This button appears only for `<img>` elements.* See [Image Gallery](./02-image-gallery.md) for more details.
6969

70-
- **Duplicate** *(copy icon)*: Copies the selected element and places it below.
70+
- **Duplicate** *(copy icon)*: Copies the selected element and places it below. You can also duplicate elements using `Ctrl/Cmd + D` after clicking an element.
7171
*This option is available for all elements.*
7272

73-
- **Delete** *(trash icon)*: Deletes the selected element. You can also delete elements using the `Delete` key.
73+
- **Delete** *(trash icon)*: Deletes the selected element. You can also delete elements using the `Delete` key after clicking an element.
7474
*This option is available for all elements.*
7575

7676
- **More Options** *(three-dots icon)*: Opens a menu with additional actions.

0 commit comments

Comments
 (0)