mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
resolve PR issues...
- change default keymap to `ALT-L L` - Move `RED.nodes.createNode` to `RED.view.createNode` - replace `selectedLinks` with `selection().links`
This commit is contained in:
@@ -91,6 +91,6 @@
|
||||
"alt-a c": "core:align-selection-to-center",
|
||||
"alt-a h": "core:distribute-selection-horizontally",
|
||||
"alt-a v": "core:distribute-selection-vertically",
|
||||
"alt-l": "core:split-wire-with-link-nodes"
|
||||
"alt-l l": "core:split-wire-with-link-nodes"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user