Service editor shortcuts
| Command | Description | Shortcut |
|---|---|---|
| Add map step | Adds a map step at the current selection | |
| Add fork step | Adds a fork step at the current selection | ⌥F |
| Add block step | Adds a block step at the current selection | |
| Add iterate step | Adds a iterate step at the current selection | |
| Add while step | Adds a while step at the current selection | |
| Add break step | Adds a break step at the current selection | |
| Add Script step | Adds a Script step at the current selection | ⌥G |
| Add concurrent step | Adds a concurrent step at the current selection | |
| Add random step | Adds a random step at the current selection | |
| Delete step | Deletes the selected steps | |
| Enable/disable step | Enables or disables the selected steps | |
| Edit step label | Edit the selected step label | |
| Edit step comments | Edit the selected step comments | |
| Move step up | Moves the selected steps up | |
| Move step down | Moves the selected steps down | |
| Move step left | Moves the selected steps left (out of the parent step) | |
| Move step right | Moves the selected steps right (into the parent step) | |
| Edit expression | Edits the expression of the selected step or adds or edits a set expression of a map or invoke step | |
| Unload property | Unloads or reloads the selected declared properties | |
| Content-assist | Triggers content-assist | |
| Open declaration | Opens the file of the service invoked by an invoke step | |
| Find references | Finds references of the selected invoke step's service | |
| Quick fix | Triggers quick fix | |
| Refresh | Refreshes the selected invoke step input and output models | |
| Show/hide comments | Shows or hides the step comments | |
| Copy | Copies the selected steps | |
| Cut | Cuts the selected steps | |
| Paste | Attempts to paste the clipboard as steps at the current selection | |
| Show Properties view | Shows the Properties view | |
| Show Input/Output view | Shows the Input-Output view | |
| Show Mapper view | Shows the Mapper view | |
| Navigate to next validation issue | Selects the next step with validation issue | |
| Navigate to previous validation issue | Selects the previous step with validation issue |
Customize shortcuts
The shortcuts listed above are the default keyboard shortcuts for Martini Desktop. You can modify these key-action mappings by opening the Preferences menu, expanding General, and then clicking Keys.
| Command | Description | Shortcut |
|---|---|---|
| Add map step | Adds a map step at the current selection | |
| Add fork step | Adds a fork step at the current selection | |
| Add block step | Adds a block step at the current selection | |
| Add iterate step | Adds a iterate step at the current selection | |
| Add while step | Adds a while step at the current selection | |
| Add break step | Adds a break step at the current selection | |
| Add Script step | Adds a Script step at the current selection | |
| Add concurrent step | Adds a concurrent step at the current selection | |
| Add random step | Adds a random step at the current selection | |
| Delete step | Deletes the selected steps | |
| Enable/disable step | Enables or disables the selected steps | |
| Edit step comments | Edit the selected step's comments | |
| Move step up | Moves the selected steps up | |
| Move step down | Moves the selected steps down | |
| Move step left | Moves the selected steps left (out of the parent step) | |
| Move step right | Moves the selected steps right (into the parent step) | |
| Edit expression | Edits the expression of the selected step or adds/edits a set expression of a map or invoke step | |
| Unload property | Unloads or reloads the selected declared properties | |
| Content-assist | Triggers content-assist | |
| Open declaration | Opens the file of the service invoked by an invoke step | |
| Find references | Finds references of the selected invoke step's service | |
| Quick fix | Triggers quick fix | |
| Refresh | Refreshes the selected invoke step's input and output models |