@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 +11 -10
- package/dist/index.cjs +6 -5
- package/dist/index.d.cts +55 -4
- package/dist/index.d.ts +55 -4
- package/dist/index.js +6 -5
- package/package.json +1 -1
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
|
-
| `
|
|
202
|
-
| `Ctrl+
|
|
203
|
-
| `Ctrl+
|
|
204
|
-
| `Ctrl+Shift+
|
|
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
|
|