-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a21c9ed
commit e70480d
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Shortcuts | ||
|
||
## Navigation | ||
|
||
| Shortcut | Description | | ||
| -------------------------------------------------------------------- | ----------------------------------------------- | | ||
| <kbd>Space</kbd> | Zoom on selection (Center view if no selection) | | ||
| <kbd>↑</kbd> <kbd>↓</kbd> <kbd>←</kbd> <kbd>→</kbd> | Navigate between blocks / Inside an editor | | ||
| <kbd>Enter</kbd> | Enter a block editor | | ||
| <kbd>Alt</kbd> + <kbd>↑</kbd> <kbd>↓</kbd> <kbd>←</kbd> <kbd>→</kbd> | Navigate between blocks editors | | ||
| <kbd>Echap</kbd> | Clear selection and block focus | | ||
| <kbd>Ctrl</kbd> + <kbd>+</kbd> <kbd>-</kbd> | Zoom in/out | | ||
|
||
## Edition | ||
|
||
| Shortcut | Description | | ||
| --------------------------------------------------------- | --------------------------------------- | | ||
| <kbd>Ctrl</kbd> + <kbd>N</kbd> | Create a new graph | | ||
| <kbd>Ctrl</kbd> + <kbd>C</kbd> | Copy selected blocks to scene clipboard | | ||
| <kbd>Ctrl</kbd> + <kbd>X</kbd> | Cut selected blocks to scene clipboard | | ||
| <kbd>Ctrl</kbd> + <kbd>V</kbd> | Paste scene clipboard on mouse location | | ||
| <kbd>Ctrl</kbd> + <kbd>D</kbd> | Duplicate selected blocks | | ||
| <kbd>Shift</kbd> + <kbd>↑</kbd> | Quick create a parent block | | ||
| <kbd>Shift</kbd> + <kbd>↓</kbd> <kbd>←</kbd> <kbd>→</kbd> | Quick create a child block | | ||
|
||
## Execution | ||
|
||
| Shortcut | Description | | ||
| ----------------------------------- | -------------------------------- | | ||
| <kbd>Shift</kbd> + <kbd>Enter</kbd> | Run block (and its dependencies) | |