30 UiPath Studio Keyboard Shortcuts

UiPath Studio Shortcuts are essential for any automation developer looking to streamline their workflow and boost productivity. UiPath Studio is a powerful tool for building automation workflows, but navigating its features can be time-consuming.

By mastering UiPath Studio Shortcuts, developers can focus on creating efficient automation workflows, rather than wasting time on repetitive tasks. In this article, we’ll explore the most useful UiPath Studio Shortcuts to help you work smarter, not harder.

Recording Shortcuts

ActionUiPath Studio Shortcut keys
Opens the Web Recording toolbarAlt + Ctrl + W
Opens the Basic Recording toolbarAlt + Ctrl + B
Opens the Citrix Recording toolbarAlt + Ctrl + C
Opens the Desktop Recording toolbarAlt + Ctrl + D
Adds delay during a recording activityF2
Lets you specify a custom recording regionF3
Lets you choose the UI Framework to recordF4

File Management Shortcuts

ActionUiPath Studio Shortcut keys
Creates a new Blank ProjectCtrl + Shift + N
Enables you to open a previously created workflowCtrl + O
Opens the folder where the Log files are storedCtrl + L
Save the currently opened workflowCtrl + S
Saves all the workflows that are currently openCtrl + Shift + S

Debugging Shortcuts

ActionUiPath Studio Shortcut keys
Runs the currently opened workflow in debug modeF7
Checks the currently opened workflow for validation errorsF8
Marks the selected activity with a breakpointF9
Removes all the breakpoints in the currently opened workflowShift + F9
When debugging, enables you to step into a block of activities and execute the first oneF11
When debugging, steps over the execution of a block of activities in the currently selected workflowShift + F11

Selected Activity Shortcuts

ActionUiPath Studio Shortcut keys
Places the activity inside the Try section of a Try Catch activityCtrl + T
Creates a new Sequence Diagram in the current projectCtrl + N
Copies the selected activity or activities to the clipboardCtrl + C
Pastes the copied activity or activities inside the selected itemCtrl + V

Workflow execution Shortcuts

ActionUiPath Studio Shortcuts
Runs the workflow that is currently openF5
Pauses the execution of the current workflow, in both normal and debug modePause
Stops the execution of the current workflow, in both normal and debug modeF12

Other UiPath Studio Shortcuts

ActionUiPath Studio Shortcut keys
Enables you to access a help topic associated with the currently selected elementF1
Sets the focus to the search box in the Activities panel to search for an activityAlt + Ctrl + F
Opens the Manage Packages windowCtrl + P
Ignores the activity that is currently selected by placing it into a Comment Out containerCtrl + D
Removes the activity from the Comment Out container it was placed inCtrl + E

By incorporating these shortcuts into your daily work, you’ll be able to create automation workflows more efficiently and effectively. Remember, practice makes perfect, so take the time to familiarize yourself with these UiPath Studio Shortcuts and watch your workflow transform. With UiPath Studio Shortcuts, you’ll be able to automate with ease and take your workflow to the next level.

READ NEXT:

Back to top button