[转]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的更多相关文章
- Mousetrap - Keyboard shortcuts in Javascript
Mousetrap is a simple library for handling keyboard shortcuts in Javascript. It is around 2kb minifi ...
- OS X: Keyboard shortcuts
Using keyboard shortcuts To use a keyboard shortcut, press a modifier key at the same time as a char ...
- [No0000113]Keyboard shortcuts for Windows Visual Studio Code
General 常用Ctrl+Shift+P, F1 Show Command Palette 显示命令行Ctrl+P Quick Open, Go to File… 快速打开Ctrl+Shift+N ...
- keyboard shortcuts & Xcode 10
keyboard shortcuts & Xcode 10 Xcode Keyboard Shortcuts https://swifteducation.github.io/assets/p ...
- MBP 2018 & Mac keyboard shortcuts
MBP 2018 & Mac keyboard shortcuts https://support.apple.com/en-us/HT201236 delete key === Contro ...
- Google Chrome Keyboard Shortcuts
Navigation To do this Press this Open a new window Ctrl + N Open a new tab Ctrl + T Open a new windo ...
- [转]33 useful Keyboard Shortcuts for Run commond
原文: http://www.shortcutworld.com/en/win/Run-command.html 1. Calling Run CommandWin + r ...
- SQL Server Management Studio Keyboard shortcuts
一些平时在SQL Server Management Studio 使用到的快捷键 F5 (Ctrl+x)执行选中部分的语句,没有选中则全文执行 Ctrl+L 现实执行计划(估计) Ctrl+M 在运 ...
- RStudio Keyboard Shortcuts
Console Description Windows & Linux Mac Move cursor to Console Ctrl+2 Ctrl+2 Clear console Ctrl+ ...
随机推荐
- pop 与 popitem
pop给出一个键弹出值 popitem弹出一个项 >>> a.pop(2)'two'>>> a{1: 'one', 3: 'three', 4: 'four'}&g ...
- CollectionView常用的布局方式总结
结合网上的collectionView常用布局整合的collectionView使用工具 下载地址 支持五种布局方式ZFCollectionViewLayoutType有两种ZFCollectionV ...
- 数据库Oracle的含义
数据库的含义: 所谓的数据库其实就是数据的集合.用户可以对集合中的数据进行新增.查询.更新. 删除等操作.数据库是以一定方式储存在一起.能与多个用户共享.具有尽可能小的冗余度. 与应用程序彼此独立的数 ...
- [TimLinux] MySQL 入门指导
1. 说明 本部分内容参考MySQL参考手册第三章:Chapter 3 Tutorial. 2. 版本 下载安装:https://dev.mysql.com/get/Downloads/MySQL-5 ...
- HDU5002 tree
You are given a tree with N nodes which are numbered by integers 1..N. Each node is associated with ...
- 使用iCamera 测试MT9M001 130w高分辨率摄像头说明
该摄像头默认分辨率为1280*1024,即不设置任何寄存器参数,只要给该模块提供时钟,就可以输出. 在这里 我们可以通过右侧寄存器栏动态调整各寄存器 观察效果. 0x09寄存器可以调整曝光值,可以根据 ...
- Python3 网络编程基础1
目录 开发架构 C/S架构 B/S架构 OSI模型 应用层 表示层 会话层 传输层 网络层 数据链路层 物理层 TCP协议 socket 开发架构 C/S架构 client 和 server, 既客户 ...
- 服务网格数据平面的关键:层层剖析Envoy配置
Envoy是一种高性能C++分布式代理,专为单个服务和应用程序设计.作为Service Mesh中的重要组件,充分理解其配置就显得尤为重要.本文列出了使用Envoy而不用其他代理的原因.并给出了Env ...
- 【Git】远程分支
[Git]远程分支 转载:https://www.cnblogs.com/yangchongxing/p/10239270.html 目录 ============================ 1 ...
- Ubuntu18.04 配置Cups PDF虚拟打印机服务
更新 sudo apt update && sudo apt upgrade -y 安装cups pdf服务 sudo apt-get install cups-pdf -y 修改配置 ...