UiPath Documentation
studio
2024.10
false
Guide de l'utilisateur de Studio
Important :
La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Raccourcis clavier

Référence complète des raccourcis clavier pour Studio, couvrant la création de projets, la gestion des fichiers, la modification, le débogage et la navigation dans le panneau Concepteur.

Gestion de fichiers

RaccourciDescription
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 ou mouse backward buttonGo to the previous element inside a project file or to the previous project file.
Alt + Right ou mouse forward buttonD'accéder à l'élément suivant dans un fichier de projet ou au fichier de projet suivant.
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.

RaccourciDescription
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 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.

Une liste de raccourcis clavier utiles est affichée dans le panneau Concepteur (Designer), lorsque tous les fichiers projet sont fermés, comme illustré sur l'image ci-dessous :

Commentaire (Comment)

RaccourciDescription
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.

Débogage

RaccourciDescription
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.

Enregistrement

RaccourciDescription
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.

Analyse et exécution de workflows

RaccourciDescription
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.

Activité sélectionnée

RaccourciDescription
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.

Éditeur de code

RaccourciDescription
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.

Automatisation de test

RaccourciDescription
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.

Boîtes de dialogue Arguments

Les raccourcis clavier suivants sont disponibles dans les boîtes de dialogue Arguments disponibles dans les activités telles que Appeler le fichier de workflow (Invoke Workflow File) et Injecter du code .NET (Inject .NET Code) :

RaccourciDescription
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).

Barre d’état

RaccourciDescription
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.

Mode Backstage

RaccourciDescription
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.

Divers

RaccourciDescription
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.

Touches de raccourci du ruban et de l'onglet Accueil

Vous pouvez rapidement accéder à la plupart des options de l’onglet Accueil (Home) (mode Backstage de Studio Backstage) et des rubans des onglets Conception (Design) et Débogage (Debug) en appuyant sur la clé Alt et en la relâchant, puis en appuyant sur une ou plusieurs touches.

Lorsque vous appuyez sur la touche Alt et que vous la relâchez, une ou plusieurs lettres ou chiffres apparaissent au-dessus des options dans la vue actuelle. Pour utiliser une option, appuyez sur la clé ou les touches correspondantes. Pour certaines options, des touches supplémentaires sont disponibles après avoir appuyé sur la combinaison de touches initiale.

Pour consulter la liste de raccourcis, voir les sections suivantes.

Clés du ruban de l'onglet Design

Si vous êtes dans l’onglet Conception (Design) et Débogage (Debug), appuyez sur Alt+D pour accéder aux touches de raccourci du ruban de l’onglet Design.

Clé(s)Action effectuéeClés et actions supplémentaires
NOuvre la liste déroulante Nouveau (New)–
SOuvre la liste déroulante Enregistrer (Save)S - Enregistrer sous (Save as)
L - Tout enregistrer (Save all)
EAOuvrir la liste déroulante Exporter en tant que (Export As)ET : ouvre la fenêtre Exporter en tant que modèle (Export as Template)
EL : ouvre la fenêtre Exporter en tant que bibliothèque (Export as Library)
R1Ouvre la liste déroulante Déboguer le fichier (Debug File)C - Exécuter le fichier (Run File)
B - Déboguer le projet (Debug Projet)
D - Exécuter le projet (Run project)
XCoupe les activités sélectionnées–
CCopie les activités sélectionnées–
VColle les activités copiées–
UAnnuler une action–
R2Rétablir une action annulée–
MPOuvre la fenêtre Gérer les packages (Manage Packages)–
MEOuvre la fenêtre Gérer les entités (Manage Entities)–
TOuvrez la liste déroulante Test Manager (Gestionnaire de tests).T – Test Manager Settings (Paramètres de Gestionnaire de tests)
A1Ouvrez App/Web Recorder (Enregistreur d'application/Web)–
C2Ouvrez Computer Vision Recorder (Enregistreur de vision par ordinateur)–
U2Ouvrez la liste déroulante User Events (Événements utilisateur)C – On Click Element (Élément sur clic)
K – On Keypress Element (Élément sur pression de touche)
A – On Application Event (Événement sur application)
T2Ouvrez la fenêtre Table Extraction (Extraction de tableau)–
U3Ouvre la fenêtre UI Explorer–
IUOuvre la liste déroulante Supprimer les éléments inutilisés (Remove Unused)F - Supprime les Workflows inutilisés
A - Supprime les variables inutilisées
B - Supprime les Arguments inutilisés
C - Supprime les dépendances inutilisées
D - Supprime les importations (Imports) inutilisées
E - Supprime les captures d'écran inutilisées
A2Ouvre la liste déroulante Analyser le fichier (Analyse File)B - Analyse le projet
C - Valider le fichier (Validate File)
D - Valide le projet
S - Paramètres de l'analyseur de workflows
EXOuvre la fenêtre Exporter vers Excel (Export to Excel)–
pOuvre la fenêtre Publier (Publish)–

Clés du ruban de l'onglet Debug

Si vous êtes dans l’onglet Conception (Design) et Débogage (Debug), appuyez sur Alt+E pour accéder aux touches de raccourci du ruban de l’onglet Debug.

Clé(s)Action effectuéeClés et actions supplémentaires
ROuvre la liste déroulante Déboguer le fichier (Debug File)C - Exécuter le fichier (Run File)
B - Déboguer le projet (Debug Projet)
D - Exécuter le projet (Run project)
BInterrompt l'exécution–
TArrête l'exécution–
SPas à pas détaillé (Step into)–
VPas à pas principal (Step over)–
OPas à pas sortant–
ERRéessayer–
EIIgnorer–
ESRedémarrer–
FCibler–
P1Ouvre la liste déroulante Points d'arrêt (Breakpoints)T - Basculer le point d'arrêt (Toggle Breakpoints)
P - Affiche le panneau des points d'arrêt
LSRègle la vitesse de Étape lente (Slow Step)–
LEActive/désactive Piste d’exécution (Execution trail)–
LHActive/désactive Surligner les éléments (Highlight Elements)–
LAActive/désactive Consigner les activités (Log Activities)–
LCActive/désactive Continuer sur exception (Continue on Exception)–
LPActive/désactive Picture in picture (Incrustation d’image)–
LROuvrir la liste déroulante Débogage à distanceC - Configurer le débogage à distance
P2Ouvrez la liste déroulante Profile Execution (Exécution par profil)O – Open Profiling Panel (Ouvrir le panneau Profilage)
I – Import Profiling Session (Importer une session de profilage)
LOOuvre le dossier Journaux (Logs)–

Touches de la barre de titre

Pour accéder aux touches des boutons de la barre de titre de Studio, appuyez sur la touche Alt.

Clé(s)Action effectuéeClés et actions supplémentaires
LOuvre la liste déroulante Nouveau (New)
F1Ouvre la liste déroulante Enregistrer (Save)
DOuvrir la liste déroulante Exporter en tant que (Export As)
EOuvre la liste déroulante Déboguer le fichier (Debug File)
F2Ouvrir la fenêtre Envoyer des commentaires.
IOuvrir le menu Se connecter / Se déconnecter.

Clés de l'onglet Accueil

Si vous êtes dans l’onglet Conception (Design) ou l’onglet Débogage (Debug), appuyez sur Alt+H pour ouvrir l’onglet Accueil (mode Backstage de Studio) et accéder aux touches de raccourci de l’onglet Accueil. Si vous êtes déjà dans l’onglet Accueil, vous n'avez qu'à appuyer sur la clé Alt.

Clé(s)Action effectuéeClés et actions supplémentaires
ZRamène à l’onglet précédent, si un projet est ouvert–
OOuvre un projet–
CFerme le projet actuellement ouvert–
SOuvre l’onglet Démarrer (Start)O - Ouvre un projet local
C - Clone ou vérifie (Clone or Check Out) un projet
P - Crée un processus (Create a Process)
L - Crée une bibliothèque (Create a Library)
A - Crée une automatisation des tests (Create a Test Automation)
T - Crée un modèle (Create a Template)
R1...R9 – Ouvrir un des neuf projets les plus récents
LOuvre l’onglet Outils (Tools)A – Ouvrir l'onglet Apps (Applications)
E – Ouvrir l'onglet UiPath Extensions (Extensions UiPath)
T – Ouvrir l'onglet Plugins
U - Ouvre l’UI Explorer
M - Ouvre l’Outil de mise à jour groupée des dépendances du projet (Project Dependencies Mass Update Tool)
R - Ouvre l’Outil de réparation pour Microsoft Office (Repair Tool for Microsoft Office)
TOuvrez l’onglet Modèles (Templates)–
MOuvre l’onglet Équipe (Team)–
EOuvre l’onglet Paramètres (Settings)G - Ouvre l’onglet Général
D - Ouvre l’onglet Design
L1 – Ouvrir l'onglet Locations (Emplacements)
M - Ouvre l’onglet Gérer des sources (Manage Sources)
C – Ouvrir l'onglet Code Editor (Éditeur de code)
L2 – Ouvrir la liste déroulante Language (Langue)
T – Ouvrir la fenêtre Reset Settings (Réinitialiser les paramètres)
HOuvre l’onglet Aide (Help)D - Ouvre le lien Documentation du produit (Product Documentation)
F - Ouvre le lien du Forum de la communauté
M - Ouvrir le lien du Centre d’aide
A - Ouvre le lien de l'Académie
R - Ouvre le lien des Notes de publication (Release Notes)
T - Ouvre le lien du Tutoriel rapide (Quick Tutorial)
C - Copie les informations de licence

Cette page vous a-t-elle été utile ?

Connecter

Besoin d'aide ? Assistance

Vous souhaitez apprendre ? UiPath Academy

Vous avez des questions ? UiPath Forum

Rester à jour