[转]UiPath Keyboard Shortcuts

本文转自:https://docs.uipath.com/studio/docs/keyboard-shortcuts

The complete list of keyboard shortcuts for UiPath Studio:

File Management

Ctrl + Shift + N - Creates a new Blank Process.

Ctrl + O - Enables you to open a previously created workflow, either the .xaml or project.json file.

Ctrl + L - Opens the folder where the Log files are stored.

Ctrl + S - Saves the currently opened workflow.

Ctrl + Shift + S - Saves all the workflows that are currently open.

Ctrl + Tab - Moves focus between workflows opened in the Designer panel. Upon pressing the shortcut, the following window appears, allowing you to select between active files and panels in Studio.

Comment

Ctrl + D - Ignores the activity that is currently selected by placing it into a Comment Out container.

Ctrl + E - Removes the activity from the Comment Out container it was placed in.

Debugging

F7 - Runs the currently opened workflow in debug mode.

F8 - Checks the currently opened workflow for validation errors.

F9 - Marks the selected activity with a breakpoint.

Shift + F9 - Removes all the breakpoints in the currently opened workflow.

F11 - When debugging, enables you to step into a block of activities and executes the first one.

Shift + F11 - When debugging, steps over the execution of a block of activities in the currently selected workflow.

Recording

Alt + Ctrl + W - Opens the Web Recording toolbar.

Alt + Ctrl + B - Opens the Basic Recording toolbar.

Alt + Ctrl + C - Opens the Citrix Recording toolbar.

Alt + Ctrl + D - Opens the Desktop Recording toolbar.

F2 - Adds delay during a recording activity.

F3 - Lets you specify a custom recording region.

F4 - Lets you choose the UI Framework to record, which can be Default, AA, and UIA.

Workflow Execution

F5 - Runs the workflow that is currently open.

Pause - Pauses the execution of the current workflow, in both normal and debug mode.

F12 - Stops the execution of the current workflow, in both normal and debug mode.

Selected Activity

Ctrl + T - Places the activity inside the Try section of a Try Catch activity.

Ctrl + N - Creates a new Sequence Diagram in the current project.

Ctrl + C - Copies the selected activity or activities to the clipboard.

Ctrl + V - Pastes the copied activity or activities inside the selected item.

Ctrl + K - Creates an variable of the same type as the required type of the activity.

Ctrl + M - Creates an In argument of the same type as the required type of the activity.

Ctrl + Shift + M - Creates an Out argument of the same type as the required type of the activity.

Ctrl + Space - Opens the IntelliPrompt window.

Miscellaneous

F1 - Enables you to access a help topic associated with the currently selected element.

Ctrl + Alt + F - Sets the focus to the search box in the Activities panel to search for an activity.

Ctrl + P - Opens the Manage Packages window.

Esc - Closes the Publish, Manage Packages, File Diff windows.



[转]UiPath Keyboard Shortcuts

原文地址:https://www.cnblogs.com/freeliver54/p/11616711.html

时间: 2024-07-30 08:54:16

[转]UiPath Keyboard Shortcuts的相关文章

Mousetrap - a simple library for handling keyboard shortcuts in Javascript

Mousetrap is a simple library for handling keyboard shortcuts in Javascript. It is around 2kb minified and gzipped and 4.5kb minified, has no external dependencies, and has been tested in the following browsers: Internet Explorer 6+ Safari Firefox Ch

OS X: Keyboard shortcuts

Using keyboard shortcuts To use a keyboard shortcut, press a modifier key at the same time as a character key. For example, pressing the Command key (it has a ? symbol) and then the "c" key copies whatever is currently selected to the Clipboard.

Essential Windows Keyboard Shortcuts

Using keyboard shortcuts help you use your laptop without a mouse Keyboard shortcuts greatly enhance your productivity and save you a whole lot of time. Instead of pointing and clicking with the touchpad or external mouse, you can keep your hands on

SQL Server Management Studio Keyboard shortcuts

一些平时在SQL Server Management Studio 使用到的快捷键 F5 (Ctrl+x)执行选中部分的语句,没有选中则全文执行 Ctrl+L 现实执行计划(估计) Ctrl+M 在运行后后显示执行计划(实际) Shift+Alt+S 现实统计信息(实际) Ctrl+J 手动智能提示 Tab,Shift+Tab 选中语句进行增加或者减少缩进 CTRL+SHIFT+U,CTRL+SHIFT+L 进行语句的大小写调整.注意WHERE字句中的条件字符也会被改写 By MSDN:SQL

Terminator Shortcuts

Terminator is a useful tool for arranging terminals. It has following features Arrange terminals in a grid Tabs Drag and drop re-ordering of terminals Lots of keyboard shortcuts Save multiple layouts and profiles via GUI preferences editor Simultaneo

ubuntu下matlab快捷键问题 shortcuts

matlab2014 安装说明参照:http://blog.csdn.net/zyh821351004/article/details/42212687 新装了个matlab2014 在ubuntu14.04下.发现快捷键总是出现问题,所以想找到解决重设快捷键的方法, 网上找了百度了会没找到,看到这个链接http://www.douban.com/note/301820026/   但还是不好找到对应位置.. ps:  有问题现在matlab  help 中搜搜看   Define Keyboa

Jupyter Notebook 27绝技——27 Jupyter Notebook tips, tricks and shortcuts

转载自:https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/ Jupyter notebook, formerly known as the IPython notebook, is a flexible tool that helps you create readable analyses, as you can keep code, images, comments, formulae and plots

Sublime Text Shortcuts

Keyboard Shortcuts - Windows/Linux Warning This topic is a draft and may contain wrong information. Editing Keypress Command Ctrl + X Cut line Ctrl + ? Insert line after Ctrl + ? + ? Insert line before Ctrl + ? + ↑ Move line/selection up Ctrl + ? + ↓

Eclipse Shortcuts - Tutorial

Eclipse Shortcuts - Tutorial Lars Vogel (c) 2009, 2017 vogella GmbHVersion 2.8,25.04.2017 Table of Contents 1. Shortcuts 2. Quick Access 3. Navigation and text selection 4. Start Java programs 5. Editing in the Java editor 6. Coding 7. Refactoring 8.