UiPath Documentation
studio
latest
false
Studio-Benutzerhandbuch
Wichtig :
Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

Tastenkombinationen

Vollständige Liste der Tastenkombinationen, die in UiPath Studio für Projektverwaltung, Design, Debugging und Navigation verfügbar sind.

Hier ist die vollständige Liste der Tastenkombinationen für Studio:

Dateiverwaltung

VerknüpfungBeschreibung
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 oder mouse backward buttonGo to the previous element inside a project file or to the previous project file.
Alt + Right oder mouse forward buttonZum nächsten Element innerhalb einer Projektdatei oder zur nächsten Projektdatei wechseln.
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.

VerknüpfungBeschreibung
F3 oder 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.

Eine Liste von nützlichen Tastenkombinationen wird im Designer-Panel angezeigt, wenn alle Projektdateien geschlossen sind, wie auf der Abbildung unten dargestellt:

Kommentar (Comment)

VerknüpfungBeschreibung
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.

Debugging

VerknüpfungBeschreibung
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.

Aufzeichnung

VerknüpfungBeschreibung
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.

Workflow-Analyse und -Ausführung

VerknüpfungBeschreibung
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.

Ausgewählte Aktivität

VerknüpfungBeschreibung
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

VerknüpfungBeschreibung
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.

Code-Editor

VerknüpfungBeschreibung
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.

Testautomatisierung

VerknüpfungBeschreibung
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.

Argumente-Dialogfelder

Die folgenden Tastenkombinationen sind in den Argumente-Dialogfeldern von Aktivitäten wie Invoke Workflow File und Inject .NET Code verfügbar:

VerknüpfungBeschreibung
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).

Statusleiste

VerknüpfungBeschreibung
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.

Backstage-Ansicht

VerknüpfungBeschreibung
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.

Sonstiges

VerknüpfungBeschreibung
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.

Tastaturkürzel für das Menüband und die Registerkarte „Start“

Sie können schnell auf die meisten Optionen auf der Registerkarte Start (Studio Backstage View) und dem Menüband in den Registerkarten Design und Debug gelangen, indem Sie die Alt-Taste drücken und loslassen und anschließend eine oder mehrere Tasten drücken.

Wenn Sie die Alt-Taste drücken und wieder loslassen, werden ein oder mehrere Buchstaben oder Ziffern über den Optionen in der aktuellen Ansicht angezeigt. Um eine Option zu verwenden, drücken Sie die entsprechende(n) Taste(n). Für einige Optionen sind zusätzliche Tasten verfügbar, nachdem Sie die erste Tastenkombination drücken.

Eine Liste der Tastenkombinationen finden Sie in den folgenden Abschnitten.

Menüband-Tasten der Registerkarte „Design“

Wenn Sie sich auf der Registerkarte „Design“ oder auf der Registerkarte „Debuggen“ befinden, drücken Sie Alt+D, um auf die Tastenkombinationen für das Design-Menüband zuzugreifen.

Taste(n)Ausgeführte AktionZusätzliche Tasten und Aktionen
NÖffnen des Dropdown-Menüs Neu–
SÖffnen des Speichern‑Dropdown-MenüsS – Speichern unter
L – Alles speichern
EAÖffnen Sie das Dropdown-Menü Exportieren als.ET – Öffnen Sie das Fenster Exportieren als Vorlage
EL – Öffnen Sie das Fenster Als Bibliothek exportieren
R1Öffnen des Dropdown-Menüs Debug-DateiC – Datei ausführen
B – Debug-Projekt
D – Projekt ausführen
XAusschneiden der ausgewählten Aktivitäten–
CKopieren der ausgewählten Aktivitäten–
VEinfügen der kopierten Aktivitäten–
UEine Aktion rückgängig machen–
R2Eine rückgängig gemachte Aktion wiederherstellen–
MPÖffnen des Fensters Pakete verwalten–
MEÖffnen des Fensters Entitäten verwalten–
TÖffnen Sie das Auswahlmenü Test ManagerT – Test Manager-Einstellungen
A1Öffnen Sie den App/Web Recorder–
C2Öffnen Sie den Computer Vision Recorder–
U2Öffnen Sie die Auswahlliste BenutzerereignisseC – Beim Klickelement
K – Beim Tastendruck-Element
A – Bei einem Anwendungsereignis
T2Öffnen Sie das Fenster Tabellenextraktion–
U3Öffnen des UI-Explorer-Fensters–
IUÖffnen des Dropdown-Menüs Nicht verwendete entfernenF – Entfernen von nicht verwendeten Workflows
A – Entfernen von nicht verwendeten Variablen
B – Entfernen von nicht verwendeten Argumenten
C – Entfernen von nicht verwendeten Abhängigkeiten
D – Entfernen von nicht verwendeten Importen
E – Entfernen von nicht verwendeten Screenshots
G – Nicht verwendeten Projektcache löschen
A2Öffnen des Dropdown-Menüs Datei analysierenB – Projekt analysieren
C – Datei validieren
D – Projekt validieren
S – Workflow-Analyse-Einstellungen
EXÖffnen des Fensters In Excel exportieren–
pÖffnen des Fensters Veröffentlichen–

Menüband-Tasten der „Debuggen“‑Registerkarte

Wenn Sie sich auf der „Design“-Registerkarte oder der „Debuggen“-Registerkarte befinden, drücken Sie Alt+E, um auf die Tastenkombinationen für das Menüband der „Debuggen“‑Registerkarte zuzugreifen.

Taste(n)Ausgeführte AktionZusätzliche Tasten und Aktionen
RÖffnen des Dropdown-Menüs Debug-DateiC – Datei ausführen
B – Debug-Projekt
D – Projekt ausführen
BAusführung unterbrechen–
TBeenden der Ausführung–
SGehen in (Step Into)–
VÜbergehen (Step Over)–
ORückschritt–
ERWiederholen–
EIIgnorieren–
ESNeu starten–
FFokussieren (Focus)–
P1Öffnen des Dropdown-Menüs BreakpointsT – Haltepunkte umschalten
P – Marker-Panel anzeigen.
LSFestlegen der Geschwindigkeit langsamer Schritte–
LEAktivieren/Deaktivieren des Ausführungspfads–
LHAktivieren/Deaktivieren von Hervorhebungselementen–
LAAktivieren/Deaktivieren von Protokollaktivitäten–
LCAktivieren/Deaktivieren von Bei Ausnahme fortsetzen–
LPAktivieren/Deaktivieren von Bild in Bild–
LRDropdown Remote-Debugging öffnenC – Remote-Debugging konfigurieren
P2Öffnen Sie die Auswahlliste ProfilausführungO – Profilingbereich öffnen
I – Profilingsitzung importieren
LOÖffnen des Ordners Protokolle–

Tasten für Titelleiste

Um auf Tasten für die Schaltflächen in der Titelleiste von Studio zuzugreifen, drücken Sie die Alt-Taste.

Taste(n)Ausgeführte AktionZusätzliche Tasten und Aktionen
LÖffnen des Dropdown-Menüs Neu
F1Öffnen des Speichern‑Dropdown-Menüs
DÖffnen Sie das Dropdown-Menü Exportieren als.
EÖffnen des Dropdown-Menüs Debug-Datei
F2Fenster Feedback senden öffnen
IMenü An-/Abmelden öffnen

Tasten der Registerkarte „Start“

Wenn Sie sich auf der Registerkarte „Design“ oder „Debug“ befinden, drücken Sie Alt+H, um die Registerkarte „Startseite“ (Studio Backstage View) zu öffnen und auf die Tastenkombinationen für die Registerkarte „Startseite“ zuzugreifen. Wenn Sie sich bereits auf der Registerkarte „Startseite“ befinden, müssen Sie nur die Alt-Taste drücken.

Taste(n)Ausgeführte AktionZusätzliche Tasten und Aktionen
ZZurück zur vorherigen Registerkarte, wenn ein Projekt geöffnet ist–
OÖffnen eines Projekts–
CSchließen des aktuell geöffneten Projekts–
SÖffnen der Start-RegisterkarteO – Öffnen eines lokalen Projekts
C – Klonen oder Auschecken eines Projekts
P – Erstellen eines Prozesses
L – Erstellen einer Bibliothek
A – Erstellen einer Testautomatisierung
T – Erstellen einer Vorlage
R1...R9 – Öffnen eines der neun zuletzt verwendeten Projekte
LÖffnen der Tools‑RegisterkarteA – Öffnen der Registerkarte Apps
E – Öffnen der Registerkarte UiPath-Erweiterungen
T – Öffnen der Registerkarte Plugins
U – Öffnen des UI Explorers
M – Öffnen des Massenaktualisierungstools für Projektabhängigkeiten
R – Öffnen des Reparaturtools für Microsoft Office
TÖffnen der Vorlagen-Registerkarte–
MÖffnen der Team‑Registerkarte–
EÖffnen der Einstellungen-RegisterkarteG – Öffnen Sie die Registerkarte Allgemein
D – Öffnen der Registerkarte Design
L1 – Öffnen der Registerkarte Standorte
M – Öffnen der Registerkarte Quellen verwalten
C – Öffnen der Registerkarte Codeeditor
L2 – Öffnen der Auswahlliste Sprache
T – Öffnen des Fensters Einstellungen zurücksetzen
HÖffnen der Hilfe‑RegisterkarteD Öffnen des Produktdokumentationslinks
F – Öffnen des Community-Forums-Links
H – Hilfecenter-Link aufrufen
A – Öffnen des UiPath-Academy-Links
R – Öffnen des Versionshinweise-Links
T – Öffnen des Links Kurzes Tutorial
C – Kopieren der Lizenzinformationen

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben