Skip to content

Commit

Permalink
docs.composable.ai
Browse files Browse the repository at this point in the history
  • Loading branch information
andyvidan committed May 17, 2019
1 parent fae8991 commit 9569d30
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/03.DataFlows/01.Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ At its core, a DataFlow is a directed graph, where the nodes are the modules, an
For developers, DataFlows can represent microservices, and can be used in a microservice-based approach to building large software applications. DataFlows are independently deployable services that are part of a broader Microservice Architecture.


![Composable DataFlow Application](../img/03.01.Img_1.png)
![Composable DataFlow Application](../img/03.01.Img_1.png)
3 changes: 1 addition & 2 deletions docs/03.DataFlows/02.Composable-Designer.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ To create a new DataFlow, click on DataFlow or select DataFlow > Create New from
The Composable Designer user interface is made up of five primary areas: the canvas, the module library, the toolbar, the properties panel, and the output and progress panel.


![Composable DataFlow Application](../img/03.02.Img_1.png)
![Composable DataFlow Application](../img/03.02.Img_1.png)



## Designer Canvas

Expand Down
18 changes: 12 additions & 6 deletions docs/03.DataFlows/03.KeyBoard-Shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,31 @@ some_url: https://docs.composable.ai
# Composable Designer Keyboard Shortcuts

|Shortcut|Function|Description|
|---|:---:|:---:|
|Ctrl+K|Show Diff|Shows un-saved changes in current application (added/removed modules, added/removed connections, module inputs changed, etc).|
|Ctrl+S|Save|Saves application.|
|F5|Run Application|Runs present application.|
|F6|Cancel Run|Cancels an application if running.|
|Ctrl+Z|Undo|Reverts last change to the application.|
|Ctrl+Y, Ctrl+Shift+Z|Redo|Redoes last undone change to the application.|
|Ctrl+Y, |Ctrl+Shift+Z|Redo|Redoes last undone change to the application.|
|Ctrl+M|Focus Omni Search|Puts browser focus in omni search bar.|
|Ctrl+[|Minimize All Modules|Minimizes each module.|
|Ctrl+C|Copy|Copies selected module(s). Note: If a text area is focused this shortcut will still copy text.|
|Ctrl+C|Copy|Copies selected module(s).| Note: If a text area is focused this shortcut will still copy text.|
|Ctrl+X|Cut|Cuts selected modules(s).|
|Ctrl+V|Paste|Pastes module(s) in buffer.|
|Ctrl+Shift+[|Clear Highlighting|Clears foreach highlighting (added by right click 'Show children' on a module).|
|Ctrl+enter|Run App / Confirm Save|If the saving modal is open, this will confirm saving the application.| If closed, this will run the application.|
|Ctrl+I|Palette Search Focus|Puts browser focus in module pallete search.|
|Del|Delete Selected|Deletes selected modules.|
|Ctrl+E|Disable/Enable Selected|Toggles enabled status of selected module(s).|
|Ctrl+A|Select All|Selects all modules on the design surface.|

|Ctrl+Shift+.||Cleanup|Organizes modules on the design surface.|
|Ctrl+Shift+X|Close All Dialogs|Close all open result/input dialogs.|
|Arrow Keys|Pan|Pan in that direction.|
|Spacebar|Page down|Scroll down one screen length|
|Shift+Spacebar|Page up|Scroll up one screen length|
|Alt+T|Toggle trace log|View errors and warnings for the DataFlow.|
|Alt+I|Toggle info panel|View and update DataFlow information, like Name, Description, and Settings|
|Alt+M|Toggle module palette|Access modules|

*You can view the keyboard shortcuts from within the Designer by clicking on the question-mark icon outlined in red.*
![Composable DDesigner Keyboard Shortcuts](../img/03.03.Img_1.png)

![Composable DDesigner Keyboard Shortcuts](../img/03.03.Img_1.png)

0 comments on commit 9569d30

Please sign in to comment.