UiPath Documentation
studio
latest
false
Guia do usuário do Studio
Importante :
A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Keyboard Shortcuts

Lista completa de atalhos de teclado disponíveis no UiPath Studio para gerenciamento de projetos, design, depuração e navegação.

Aqui está a lista completa de atalhos de teclado para o Studio:

Gerenciamento de arquivos

AtalhoDescription
Ctrl + Shift + NCreates a new Blank Process.
Ctrl + CCopies a file from the Explorer panel to the clipboard. Use Ctrl + V to paste it anywhere in the tree.
Shift + Alt + CCopy a file or folder path from the Explorer panel to the clipboard.
Ctrl + OEnables you to open a previously created workflow, either the .xaml or project.json file.
Ctrl + LOpens the folder where the Log files are stored.
Ctrl + SSaves the currently opened workflow.
Ctrl + Shift + SSaves all the workflows that are currently open.
Ctrl + VPastes a file from the clipboard into the Explorer panel.
Ctrl + TabMoves focus between workflows opened in the Designer panel.
Ctrl + WCloses the workflow file that is in focus in the Designer panel.
Alt + Left ou mouse backward buttonGo to the previous element inside a project file or to the previous project file.
Alt + Right ou mouse forward buttonAcesse o próximo elemento dentro de um arquivo de projeto ou o próximo arquivo do projeto.
Alt + F7Moves focus between Studio panels. When you use Ctrl + Tab or Alt + F7 and hold the modifier key (Ctrl or Alt respectively), the following window appears, allowing you to switch between active files and panels in Studio.

AtalhoDescription
F3 ou Ctrl + Shift + POpens the Command Palette.
Ctrl + Shift + TOpens the Add an Activity search bar.
Ctrl + Shift + FOpens the Go to file search bar.
Ctrl + FOpens the Universal Search bar.
Ctrl + JOpens the Jump to activity search bar.
Ctrl + 1Switches to the Current File tab in the Universal Search bar.
Ctrl + 2Switches to the All Files tab in the Universal Search bar.
Ctrl + 3Switches to the Activities tab in the Universal Search bar.
Ctrl + 4Switches to the Variables tab in the Universal Search bar.
Ctrl + 5Switches to the Arguments tab in the Universal Search bar.
Ctrl + 6Switches to the Imports tab in the Universal Search bar.
Ctrl + 7Switches to the Project Files tab in the Universal Search bar.
Ctrl + 8Switches to the Dependencies tab in the Universal Search bar.
Ctrl + 9Switches to the Snippets tab in the Universal Search bar.
Ctrl + Alt + AOpens and focuses the Properties panel.
Ctrl + Alt + FSets the focus to the search box in the Activities panel.
Ctrl + Alt + OSets the focus to the search box in the UI Objects Browser panel.
Ctrl + Alt + POpens and focuses the search bar in the Explorer panel.
Ctrl + Alt + SOpens and focuses the search bar in Snippets panel.
TabNavigates to the next item in the panel or the next element in the activity.

Uma lista de atalhos de teclado úteis será exibida no painel Designer, quando todos os arquivos do projeto forem fechados, conforme mostrado na imagem abaixo:

Comentar

AtalhoDescription
Ctrl + DIgnores the activity that is currently selected by placing it into a Comment Out container.
Ctrl + ERemoves the activity from the Comment Out container it was placed in.

Depuração

AtalhoDescription
F9Marks the selected activity with a breakpoint.
Ctrl + Shift + BOpens the Markers panel.
Ctrl + Alt + EOpens the Error List panel.
F10When debugging, steps over the execution of a block of activities in the currently selected workflow.
F11When debugging, enables you to step into a block of activities and executes the first one.
Shift + F11When debugging, steps out of the current container after its last activity is executed.

Gravação

AtalhoDescription
Ctrl + Alt + BOpens the Basic Recording toolbar.
Ctrl + Alt + COpens the Citrix Recording toolbar.
Ctrl + Alt + DOpens the Desktop Recording toolbar.
Ctrl + Alt + WOpens the Web Recording toolbar.
F2Adds delay during a recording activity.
F3Lets you specify a custom recording region.
F4Lets you choose the UI Framework to record, which can be Default, AA, and UIA.

Análise e execução do fluxo de trabalho

AtalhoDescription
F5Runs the current project in debugging mode, starting with the .xaml file set as Main.
Ctrl + F5Runs the current project.
F6Runs the currently opened .xaml file in debugging mode.
Ctrl + F6Runs the currently opened .xaml file.
F7Checks the file for validation errors and Workflow Analyzer violations.
Shift + F7Checks the whole project for validation errors and Workflow Analyzer violations.
F8Checks the currently opened workflow for validation errors.
Shift + F8Checks all project files for validation errors.
PausePauses the execution of the current workflow, in both normal and debug mode.
F12Stops the execution of the current workflow, in both normal and debug mode.

Atividade selecionada

AtalhoDescription
Ctrl + TPlaces the activity inside the Try section of a Try Catch activity.
Ctrl + NCreates a new Sequence Diagram in the current project.
Ctrl + CCopies the selected activity or activities to the clipboard.
Ctrl + VPastes the copied activity or activities inside the selected item.
Ctrl + KCreates a variable of the same type as the required type of the activity when used in an input field or the Expression Editor. If an expression already exists in the field, before pressing CTRL + K, you can select that expression or a part of it to use the selected text as the name of the new variable.
Ctrl + MCreates an In argument of the same type as the required type of the activity when used in an input field or the Expression Editor. If an expression already exists in the field, before pressing CTRL + M, you can select that expression or a part of it to use the selected text as the name of the new argument.
Ctrl + Shift + MCreates an Out argument of the same type as the required type of the activity when used in an input field or the Expression Editor. If an expression already exists in the field, before pressing CTRL + Shift + M, you can select that expression or a part of it to use the selected text as the name of the new argument.
Ctrl + Shift + EOpens the Expression Editor when used inside activity input fields.

IntelliPrompt

AtalhoDescription
Ctrl + SpaceOpens the IntelliPrompt window.
Ctrl + 1**... **Ctrl + 6When the IntelliPrompt window is open, enables/disables displaying each item type in the code completion window, the same as using the buttons at the bottom of the window: Ctrl + 1 Methods, Ctrl + 2 Properties, Ctrl + 3 Classes, Ctrl + 4 Namespaces, Ctrl + 5 Constants, Ctrl + 6 Keywords.
F2Allows for renaming the selected activity.
Shift + F2Adds an annotation to a selected activity.
EnterSaves the data added in the activity input field.
Shift + EnterAdds a new line in the activity input field.
TabMoves through the fields and buttons in the activity, including the docs image menu displayed when you hover the mouse over an input field.
Ctrl + Shift + MEnable or disable a bookmark.
Ctrl + Period (.)Go to the next bookmark.
Ctrl + Comma (,)Go to the previous bookmark.

Editor de Código

AtalhoDescription
Alt + DownOpen drop-down lists in the code editor header, that serve as navigational breadcrumbs. This shortcut allows you to navigate to other coded automations within the project, as well as to all methods and classes within the opened coded automation.

Automação de Teste

AtalhoDescription
Ctrl + Alt + TOpen Test Explorer panel. You can use this anywhere within the Designer panel.
Alt + Down ArrowOpen the Run All in View menu from the Test Explorer.
Alt + TOpen Test Results sub-panel in Test Explorer. You can use this only in the Test Explorer panel.
Alt + AOpen Activity sub-panel in Test Explorer. You can use this only in the Test Explorer panel.

Caixas de diálogo de argumentos

Os seguintes atalhos de teclado estão disponíveis nas caixas de diálogo Argumentos, disponíveis em atividades como Invoke Workflow File e Inject . NET Code:

AtalhoDescription
TabMoves through the items in the grid.
DeleteDeletes the item selected in the grid.
F2Highlights the current cell for editing, positioning the cursor at the end of the line.
Ctrl + TabMoves through the options available in the window for the selected item in the grid (Delete, Move up, Move Down).

Barra de Status

AtalhoDescription
Alt + DAccess the Source Control, Orchestrator folders, and Orchestrator/Cloud Connection menus in the status bar, and then use Shift + Tab to cycle through the menus. Once a menu is selected, press Enter to open it.

Tela de início

AtalhoDescription
CTRL + TabMoves focus between tabs. This also applies to the sub-tabs inside the Tools and Settings tabs.
TabMoves focus between the content inside tabs.

Diversos

AtalhoDescription
F1Enables you to access a help topic associated with the currently selected element.
Alt + F4Closes the current window.
Alt + -Opens the Options context menu in the title bar of the currently selected panel. Please note that this works with the hyphen key above the character keys, not with the minus key in the numpad.
Windows key + Up ArrowMaximizes the current window.
Windows key + Down ArrowRestores down the current window.
Ctrl + POpens the Manage Packages window.
EscCloses the Publish, Manage Packages, File Diff windows.
Ctrl + F1Pins or unpins the ribbon.
Ctrl + Shift + RRemoves all unused project dependencies.
Shift + TabNavigates to the previous activity or node in the Activities panel.
Ctrl + ZUndo the last action.
Ctrl + YRedo the last action you've undone.
Shift + F10Open the context menu for the selected item (right-click).
Ctrl + TabMoves the focus out of multiline text boxes where pressing the Tab key inserts a tab.
Ctrl + Shift + F10Dismisses the tooltip content for the selected item.
Ctrl + BShow/hide left panels.
`Ctrl + ``Show/hide bottom panels.
Ctrl + Alt + BShow/hide right panels.
Ctrl + Alt + ZShow/hide all panels.

Teclas de atalho da aba Início e Faixa de Opções

Você pode chegar rapidamente na maioria das opções na aba Início (Modo de Visualização Backstage do Studio) e nas faixas nas abas Design e Depuração, pressionando e soltando a tecla Alt junto com uma ou mais teclas.

Quando você aperta e solta a tecla Alt, uma ou mais letras ou números aparecem sobre as opções na exibição atual. Para usar uma opção, pressione a tecla ou teclas correspondentes. Para algumas opções, teclas adicionais ficam disponíveis após a combinação de teclas inicial.

Para uma lista de atalhos , consulte as seguintes seções.

Teclas da faixa de opções da aba Design

Se estiver na aba Design ou Depuração, aperte Alt+D para acessar as teclas de atalho da faixa de opções da aba Design.

Tecla(s)Ação realizadaAções e teclas adicionais
NAbra o menu suspenso Novo–
sAbra o menu suspenso SalvarS - Salvar como
L - Salvar tudo
ECAbra o menu suspenso Exportar comoEM - Abra a janela Exportar como modelo
EB - Abra a janela Exportar como biblioteca
R1Abra o menu suspenso Arquivo de DepuraçãoC - Executar arquivo
B - Projeto de depuração
D - Executar projeto
XRecortar as atividades selecionadas–
CCopiar as atividades selecionadas–
VColar as atividades copiadas–
UDesfazer uma ação–
R2Refazer uma ação desfeita–
MPAbra a janela Gerenciar Pacotes–
MEAbra a janela Gerenciar Entidades–
DAbra a lista suspensa Test ManagerT - Configurações do Test Manager
A1Abra o Gravador de Aplicativos/Web.–
C2Abra o Gravador de Visão Computacional.–
U2Abrir a lista suspensa Eventos do usuárioC - Elemento ao clicar
K - Elemento ao pressionar tecla
A - Evento no aplicativo
T2Abra a janela Extração de tabela–
U3Abra a janela Explorador da IU–
UIAbra o menu suspenso Remover não usadosF - Remover fluxos de trabalho não usados
A - Remover variáveis não usadas
B - Remover argumentos não usados
C - Remover dependências não usadas
D - Remover importações não usadas
E - Remover capturas de tela não usadas
G - Remover Cache de Projeto Não Utilizado
A2Abra o menu suspenso Analisar arquivoB - Analisar projeto
C - Validar arquivo
D - Validar projeto
S - Configurações do Analisador de fluxo de trabalho
EXAbra a janela Exportar para o Excel–
PAbra a janela Publicar–

Teclas da faixa de opções da aba Depuração

Se você estiver na aba Design ou na aba Depuração, pressione Alt+E para acessar as teclas de atalho da faixa de opções da aba Depuração.

Tecla(s)Ação realizadaAções e teclas adicionais
RAbra o menu suspenso Arquivo de DepuraçãoC - Executar arquivo
B - Projeto de depuração
D - Executar projeto
BInterromper execução–
DParar a execução–
sDepuração Completa–
VDepuração Parcial–
ODepuração Circular–
ERTentar novamente–
EIIgnorar–
ESReiniciar–
FFoco–
P1Abra o menu suspenso Pontos de interrupçãoT - Alternar pontos de interrupção
P - Mostrar painel Marcadores
LSDefinir a velocidade da etapa lenta–
LEHabilitar/desabilitar a trilha de execução–
LHHabilitar / desabilitar Destaque de Elementos–
LaHabilitar / desabilitar atividades de registro–
LCHabilitar / desabilitar Continuar em exceção–
LPHabilitar / desabilitar o Picture in Picture–
LRAbra o menu Depuração Remota.C - Configurar a depuração remota
P2Abra a lista suspensa Execução de perfilO - Abrir painel de criação de perfil
I - Importar sessão de criação de perfil
LOAbrir a pasta Registros–

Teclas da barra de título

Para acessar as teclas para os botões na barra de título do Studio, pressione a tecla Alt.

Tecla(s)Ação realizadaAções e teclas adicionais
LAbra o menu suspenso Novo
F1Abra o menu suspenso Salvar
DAbra o menu suspenso Exportar como
EAbra o menu suspenso Arquivo de Depuração
F2Abra a janela Enviar feedback,
IAbra o menu Entrar / Sair

Teclas da guia Inicial

Se estiver na aba Design ou na aba Depuração, pressione Alt+H para abrir a aba Início (Exibição de Backstage do Studio) e acesse as teclas de atalho da aba Início. Se você já estiver na aba Início, basta pressionar a tecla Alt.

Tecla(s)Ação realizadaAções e teclas adicionais
ZVolte para a aba anterior, se um projeto estiver aberto–
OAbra um projeto–
CFeche o projeto atualmente aberto–
sAbra a aba IniciarO - Abrir um Projeto Local
C - Clonar ou verificar um projeto
P - Criar um processo
L - Criar uma biblioteca
A - Criar uma automação de teste
T - Criar um modelo
R1...R9 - Abrir um dos nove projetos mais recentes
LAbra a aba FerramentasA - Abrir a aba Apps
E - Abrir a aba Extensões da UiPath
T - Abrair a aba Plug-ins
U - Abrir o UI Explorer
M - Abrir a ferramenta de atualização em massa das dependências do projeto
R - Abrir a ferramenta de reparação do Microsoft Office
DAbra a aba Modelos–
MAbra a aba Equipe–
EAbra a aba ConfiguraçõesG - Abrir a aba Geral
D - Abrir a aba Design
L1 - Abrir a aba Locais
M - Abrir a aba Gerenciar origens
C - Abrir a aba Editor de código
L2 - Abrir a lista suspensa Idioma
T - Abrir a janela Redefinir configurações
HAbra a aba AjudaD - Abrir o link Documentação do produto
F - Abrir o link Fórum da Comunidade
H - Abrir o link a Central de Ajuda
A - Abrir o link Academia
R - Abrir o link Notas de Versão
T - Abrir o link Tutorial rápido
C - Copiar as informações da licença

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades