Created Editor Mouse Actions (markdown)

Nick O'Leary 2018-06-06 15:48:13 +01:00
parent cacadc4947
commit 2e2c72b8f3
1 changed files with 20 additions and 0 deletions

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
-