mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Created Editor Mouse Actions (markdown)
parent
cacadc4947
commit
2e2c72b8f3
20
Editor-Mouse-Actions.md
Normal file
20
Editor-Mouse-Actions.md
Normal file
@ -0,0 +1,20 @@
|
||||
### Existing mouse actions
|
||||
|
||||
| Action | On | Behaviour |
|
||||
| ------------------------|-----------|-------------|
|
||||
| Click | Workspace | *none* |
|
||||
| Click-Drag | Workspace | Lasso |
|
||||
| Cmd/Ctrl-Click | Workspace | Quick-Add dialog |
|
||||
| Click | Node | Select node (deselect all else) |
|
||||
| Shift-Click | Node | Select all connected nodes |
|
||||
| Ctrl-Click | Node | Add node to selection |
|
||||
| Click | Link | Select link (deselect all else) |
|
||||
| Ctrl-Click | Link | Select link (deselect all else)
|
||||
| Click-Drag | Port | Add link |
|
||||
| Shift-Click-Drag | Port | Move links |
|
||||
| Ctrl-Click | Port | Start adding link - click on port/node to complete |
|
||||
|
||||
### Actions to support
|
||||
|
||||
- *modifier*-Click-Drag on workspace to pan around
|
||||
-
|
Loading…
Reference in New Issue
Block a user