UiPath Documentation
studio
2024.10
false
Guía del usuario de Studio
Importante :
La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Atajos del teclado

Referencia completa de atajos de teclado para Studio, que abarca la creación de proyectos, la gestión de archivos, la edición, la depuración y la navegación por el panel del Diseñador.

Gestión de archivos

AtajoDescripción
Ctrl + Shift + NCreates a new Blank Process.
Ctrl + CCopies a file from the Project panel into clipboard. Use Ctrl + V to paste it anywhere in the tree.
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 clipboard into the Project 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 o mouse backward buttonGo to the previous element inside a project file or to the previous project file.
Alt + Right o mouse forward buttonVe al siguiente elemento dentro de un archivo de proyecto o al siguiente archivo de proyecto.
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.

AtajoDescripción
F3 o 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 Project 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.

En el panel Diseñador se muestra una lista de útiles atajos de teclado cuando todos los proyectos están cerrados, tal y como se ilustra en la siguiente imagen:

Comentario

AtajoDescripción
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.

Depuración

AtajoDescripción
F9Marks the selected activity with a breakpoint.
Ctrl + Shift + BOpens the Breakpoints 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.

Grabación

AtajoDescripción
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álisis y ejecución de flujos de trabajo

AtajoDescripción
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.

Actividad seleccionada

AtajoDescripción
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.
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ódigos

AtajoDescripción
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.

Prueba de automatización

AtajoDescripción
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.

Cuadros de diálogo de argumentos

Los siguientes atajos de teclado están disponibles en los cuadros de diálogo de Argumentos disponibles como Invocar archivo del flujo de trabajo e Insertar el código . Código NET:

AtajoDescripción
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 estado

AtajoDescripción
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.

Vista de Backstage

AtajoDescripción
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.

Otros

AtajoDescripción
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.

Atajos de la cinta de opciones y de la pestaña Inicio

Puedes acceder rápidamente a la mayoría de las opciones en la pestaña Inicio (Studio Backstage View) y a las cintas de opciones de las pestañas Diseño y Depuración pulsando y soltando la tecla Alt, y después pulsando una o varias teclas.

Al pulsar y soltar la tecla Alt, aparecen una o varias letras o dígitos sobre las opciones de la vista actual. Para utilizar una opción, pulsa la tecla o las teclas correspondientes. Para algunas opciones, hay teclas adicionales disponibles después de pulsar la combinación de teclas inicial.

Para ver una lista de atajos, consulta las siguientes secciones.

Atajos de la cinta de la pestaña Diseño

Si estás en la pestaña Diseño o Depurar, presiona Alt+D para acceder a los atajos de la cinta de opciones de la pestaña Diseño.

Tecla(s)Acción realizadaClaves y acciones adicionales
NAbrir el menú desplegable Nuevo–
SAbrir el menú desplegable GuardarS: Guardar como
L: Guardar todo
ECAbre el menú desplegable Exportar comoEP: abre la ventana Exportar como plantilla
EB: abre la ventana Exportar como biblioteca
R1Abrir el menú desplegable Depurar archivoC: Ejecutar archivo
B: Depurar proyecto
D: Ejecutar proyecto
XCortar las actividades seleccionadas–
CCopiar las actividades seleccionadas–
VPegar las actividades copiadas–
UDeshacer una acción–
R2Rehacer una acción deshecha–
MPAbrir la ventana Administrar paquetes–
MEAbrir la ventana Administrar entidades–
TAbrir el menú desplegable de Test ManagerT: configuración de Test Manager
A1Abrir la grabadora de aplicación/web–
C2Abrir la grabadora de Computer Vision–
U2Abre el menú desplegable de eventos de usuarioC: Elemento al hacer clic
K: Elemento al presionar una tecla
A: Evento en Aplicación
T2Abre la ventana de Extracción de tabla–
U3Abrir la ventana UI Explorer–
IUAbrir el menú desplegable Eliminar lo que no se utilizaF: Eliminar Flujos de trabajo no utilizados
A: Eliminar variables no utilizadas
B: Eliminar Argumentos no utilizados
C: Eliminar Dependencias no utilizadas
D: Eliminar Importaciones no utilizadas
E: Eliminar Capturas de pantalla no utilizadas
A2Abrir el menú desplegable Analizar archivoB: Analizar proyecto
C: Validar archivo
D: Validar proyecto
S: Configuración del Analizador de flujo de trabajo
EXAbrir la ventana Exportar a Excel–
PAbrir la ventana Publicar–

Atajos de la cinta de la pestaña Depurar

Si estás en la pestaña Diseño o Depurar, presiona Alt+E para acceder a los atajos de la cinta de opciones de la pestaña Depurar.

Tecla(s)Acción realizadaClaves y acciones adicionales
RAbrir el menú desplegable Depurar archivoC: Ejecutar archivo
B: Depurar proyecto
D: Ejecutar proyecto
BEjecución de interrupción–
TDetener la ejecución–
SEntrar en–
VEntrar sobre–
OSalir de–
ERReintentar–
EIIgnorar–
ESReiniciar–
FEnfoque–
P1Abrir el menú desplegable Puntos de interrupciónT: Alternar puntos de interrupción
P: Mostrar el panel de Puntos de interrupción
LSEstablecer la velocidad a Paso lento–
LEHabilitar/deshabilitar Rastro de ejecución–
LHHabilitar/deshabilitar Elementos destacados–
LaHabilitar/deshabilitar Registro de actividades–
LCHabilitar/deshabilitar Continuar en Excepción–
LPHabilitar/deshabilitar Imagen en imagen–
LRAbre el menú desplegable Depuración remotaC: configura la depuración remota
P2Abre el menú desplegable Ejecución de perfilO: Abrir panel de perfilado
I: Importar sesión de perfilado
LOAbrir la carpeta Registros–

Teclas de la barra de título

Para acceder a las teclas de los botones en la barra de título de Studio, pulsa la tecla Alt.

Tecla(s)Acción realizadaClaves y acciones adicionales
LAbrir el menú desplegable Nuevo
F1Abrir el menú desplegable Guardar
DAbre el menú desplegable Exportar como
EAbrir el menú desplegable Depurar archivo
F2Abre la ventana Enviar comentarios.
IAbre el menú Iniciar sesión/Cerrar sesión.

Atajos de la pestaña Inicio

Si estás en la pestaña Diseño o Depurar, presiona Alt+H para abrir la pestaña Inicio (vista Backstage de Studio) y acceder a los atajos de la pestaña de Inicio. Si ya estás en la pestaña Inicio, solo tienes que pulsar la tecla Alt.

Tecla(s)Acción realizadaClaves y acciones adicionales
ZVolver a la pestaña anterior si hay un proyecto abierto–
OAbrir un proyecto–
CCerrar el proyecto actualmente abierto–
SAbrir la pestaña IniciarO: Abrir un proyecto local
C: Clonar o comprobar un proyecto
P: Crear un proceso
L: Crear una biblioteca
A: Crear una automatización de prueba
T: Crear una plantilla
R1...R9: abrir uno de los nueve proyectos más recientes
LAbrir la pestaña HerramientasA: abrir la pestaña Aplicaciones
E: abrir la pestaña Extensiones de UiPath
T: abrir la pestaña Complementos
U: Abrir UI Explorer
M: Abrir Herramienta de actualización masiva de las dependencias del proyecto
R- Abrir la Herramienta de reparación para Microsoft Office
TAbrir la pestaña Plantillas–
MAbrir la pestaña Equipo–
EAbrir la pestaña ConfiguraciónG: Abrir la pestaña General
D: Abrir la pestaña Diseño
L1: abrir la pestaña Ubicaciones
M: Abrir la pestaña Administrar fuentes
C: abrir la pestaña Editor de código
L2: abrir el menú desplegable Idioma
T: abrir la ventana Restablecer configuración
HAbrir la pestaña AyudaD: Abrir el enlace Documentación del producto
F: Abrir el enlace del Foro de la comunidad
H - Abrir el enlace del Centro de ayuda
A: Abrir el enlace de Academy
R: Abrir el enlace Notas de versión
T: Abrir el enlace Tutorial rápido
C: Copiar la información de licencia

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado