Keyboard shortcuts in UiPath RPA Tool
What are the Keyboard Shortcuts?
Keyboard shortcuts refer to a task for invoking one or more commands by using a series of one or several keys such as CTRL+S to save a word document or anything else.
We can also do this by pointing devices or via a command-line interface etc., but using keyboard shortcuts saves a lot of time.
Keyboard shortcuts in UiPath Studio :
File Management :
- Ctrl+Shift+N -: This keyword shortcut will create a new blank process.
- Ctrl+O -: If you want to open a workflow, either .xaml or project.json, that is created previously.
- Ctrl +L -: We can open the folder where the Log files are stored.
- Ctrl+S -: We can save the currently open workflow.
- Ctrl+Shift+S -: We can save all the workflows that are currently open.
Comments :
- Ctrl+D -: We can ignore the activity that you recently selected by placing it into a comment-out container.
- Ctrl+E -: We can remove the activity that was placed in the comment out of the container.
Debugging :
- F7 -: This function key runs the currently open workflow in debug mode.
- F8 -: This function key check the currently open workflow for validation errors.
- F9 -: This function key can mark the selected activity or task with a breakpoint.
- Shift+F9 -: This function key removes all the breakpoints in the currently open workflow.
- F11 -: This function key enables us to step into a block of activities, it will also execute the first activity.
- Shift+F11 -: This function key enables us to step over the execution of a block of activities in the currently selected workflow.
Recording :
- Alt+Ctrl+W -: This function key opens the web recording toolbar(W in this shortcut key stands for web).
- Atrl+Ctrl+B -: This function key opens the Basic recording toolbar(B in this shortcut key stands for Basic).
- Atrl+Ctrl+D -: This function key opens the Desktop recording toolbar(D in this shortcut key stands for Desktop).
- Atrl+Ctrl+C -: This function key opens the Citrix recording toolbar(C in this shortcut key stands for Citrix).
- F2 -: This function key is used to add delay while recording.
- F3 -: This function key is used to specify a custom recording.
Workflow Execution :
- F5 -: This function key runs the workflow that is currently open.
- F12 -: This function key stops the execution of the current workflow.
Selected Activity :
- Ctrl+T -: This shortcut key places the activity or task inside the TRY section of TRY-CATCH activity(T stands for TRY).
- Ctrl+N -: This shortcut key we can create a new sequence diagram in the current project.
- Ctrl+C -: This shortcut key will copy the selected activity or task to the clipboard.
- Ctrl+V -: This shortcut key will paste the copied activity or task inside the selected item.
This is it for keyboard shortcuts in UiPath Studio.
Happy Learning!
ADITYA
0