EASYProcess Keyboard Shortcuts

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
JustinVanRegenmorter
Posts: 529
Joined: August 26th, 2021, 9:56 am
Contact:

EASYProcess Keyboard Shortcuts

Unread post by JustinVanRegenmorter »

The following are keyboard shorts for the Logic Canvas (Method, Controller, Model, SubMethod, Loop, BatchJob, REST API, and Workflow Event)
  • 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.
word count: 253

Tags:
Post Reply