@flowscape-ui/core-sdk 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -192,16 +192,17 @@ const engine = new CoreEngine({
192
192
 
193
193
  ### Node Operations (NodeHotkeysPlugin)
194
194
 
195
- | Shortcut | Action |
196
- | ---------------------- | ---------------------------- |
197
- | `Ctrl+C` | Copy selected nodes |
198
- | `Ctrl+X` | Cut selected nodes |
199
- | `Ctrl+V` | Paste nodes |
200
- | `Delete` / `Backspace` | Delete selected nodes |
201
- | `Ctrl+]` | Move node forward (z-index) |
202
- | `Ctrl+[` | Move node backward (z-index) |
203
- | `Ctrl+Shift+]` | Bring to front |
204
- | `Ctrl+Shift+[` | Send to back |
195
+ | Shortcut | Action |
196
+ | ---------------------- | -------------------------------- |
197
+ | `Ctrl+C` | Copy selected nodes |
198
+ | `Ctrl+X` | Cut selected nodes |
199
+ | `Ctrl+V` | Paste nodes |
200
+ | `Delete` / `Backspace` | Delete selected nodes |
201
+ | `Alt+Drag (LMB)` | Clone selected nodes by dragging |
202
+ | `Ctrl+]` | Move node forward (z-index) |
203
+ | `Ctrl+[` | Move node backward (z-index) |
204
+ | `Ctrl+Shift+]` | Bring to front |
205
+ | `Ctrl+Shift+[` | Send to back |
205
206
 
206
207
  ### Grouping (SelectionPlugin)
207
208