- ctrl + clicking services => multi select .
- ctrl + C => copy selected service.
- ctrl + V => paste copied service.
- ctrl + X => cut selected service(will delete after copying to the clipboard).
- del => delete selected service, or selected connection.
The following are keyboard shorts for the UI Canvas (WebPage/Widget/Template/View)
- ctrl + C => copy selected control.
- ctrl + V => paste copied control.
- ctrl + X => cut selected control (will delete after copying to the clipboard).
The following are keyboard shorts for the Workflow Canvas[/list]
- ctrl + clicking status => multiselect
- ctrl + dragging status => move all selected statuses.
The following are keyboard shorts for the Code Editor - Monaco Editor (Service Editor, Logs Viewer, ...etc)
- ctrl + F => Search/Replace.
- tab => Increase indent.
- shift + Tab => Decrease indent.
- ctrl + / => Comment out.
- ctrl + / => Comment in.
- ctrl + Z => Undo.
- ctrl + Y => Redo.
- ctrl + [ => Decrease indent.
- ctrl + ] => Increase indent.
- alt + Down => Move a line down.
- alt + Up => Move a line up.
- ctrl + A => Select all.
- shift + Down => Select downward.
- shift + Right => Select right.
- shift + Left => Select left.
- shift + Up => Select upward.
- alt + Shift + Right => Select Parent Block.
- alt + Shift + Left => Select Parent Block.
- ctrl + Shift + Right => select word right.
- ctrl + Shift + Left => select word left.
- ctrl + Alt + Up => Add multi-cursor above.
- ctrl + Alt + Down => Add multi-cursor below.
- ctrl + Alt + Shift + Up => Move multi-cursor from current line to the line above.
- ctrl + Alt + Shift + Down => Move multi-cursor from current line to the line below.