UiPath Documentation
studio
2025.10
false
Studio ガイド
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

キーボード ショートカット

プロジェクト管理、ファイル操作、デバッグ、デザイン操作に使用できる Studio のキーボード ショートカットのリストです。

ファイルの管理

ショートカット説明
Ctrl + Shift + NCreates a new Blank Process.
Ctrl + CCopies a file from the Explorer 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 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 OR mouse backward buttonGo to the previous element inside a project file or to the previous project file.
Alt + Right OR mouse forward buttonプロジェクト ファイル内の次の要素、または次のプロジェクト ファイルに移動する
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.

ショートカット説明
F3 OR 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.

以下の画像に示すように、すべてのプロジェクト ファイルが閉じられると、便利なキーボード ショートカットのリストがデザイナーパネルに表示されます。

コメント

ショートカット説明
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.

デバッグ

ショートカット説明
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.

レコーディング

ショートカット説明
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.

ワークフローの分析と実行

ショートカット説明
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.

選択したアクティビティ

ショートカット説明
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

ショートカット説明
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.

コード エディター

ショートカット説明
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.

テスト オートメーション

ショートカット説明
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.

引数ダイアログ

[ワークフロー ファイルを呼び出し] および [.NET コードを挿入] などのアクティビティで使用できる [引数] ダイアログ ボックスでは、以下のキーボード ショートカットを使用できます。

ショートカット説明
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).

ステータス バー

ショートカット説明
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 ビュー

ショートカット説明
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.

その他

ショートカット説明
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.

リボンと [ホーム] タブのショートカット キー

Alt キーを押して放した後、1 つ以上のキーを押すことで、[ホーム] タブ (Studio の Backstage ビュー) のほとんどのオプション、および [デザイン] タブと [デバッグ] タブのリボンにすばやくアクセスできます。

Alt キーを押して放すと、1 つ以上の文字または数字が現在のビューのオプションの上に表示されます。オプションを使用するには、該当するキー (複数可) を押します。最初のキーの組み合わせを押した後に、追加のキーを使用できるオプションもあります。

ショートカットのリストについては、以下のセクションをご覧ください。

[デザイン] タブのリボンのキー

[デザイン] タブまたは [デバッグ] タブを表示している場合は、Alt + D を押して、[デザイン] タブのリボンのショートカット キーにアクセスします。

キー実行する操作追加のキーとアクション
n[新規] ドロップダウンを開く–
S[保存] ドロップダウンを開くS - 名前を付けて保存
L - すべて保存
EA[次の形式でエクスポート:] ドロップダウンを開くET - [テンプレートとしてエクスポート] ウィンドウを開く
EL - [ライブラリとしてエクスポート] ウィンドウを開く
R1[ファイルをデバッグ] ドロップダウンを開くC - ファイルを実行
B - プロジェクトをデバッグ
D - プロジェクトを実行
X選択したアクティビティを切り取り–
C選択したアクティビティをコピー–
Vコピーしたアクティビティを貼り付け–
U操作を元に戻す–
R2元に戻した操作をやり直す–
MP[パッケージを管理] ウィンドウを開く–
ME[エンティティを管理] ウィンドウを開く–
T[Test Manager] ドロップダウンを開くT - Test Manager の設定
A1アプリ/Web レコーダーを開く–
C2Computer Vision レコーダーを開く–
U2[ユーザー イベント] ドロップダウンを開くC - UI 要素のクリック時
K - UI 要素のキー入力時
A - アプリケーション イベントの発生時
T2[表抽出] ウィンドウを開く–
U3[UI Explorer] ウィンドウを開く–
IU[未使用を削除] ドロップダウンを開くF - 未使用のワークフローを削除
A - 未使用の変数を削除
B - 未使用の引数を削除
C - 未使用の依存関係を削除
D - 未使用のインポートを削除
E - 未使用のスクリーンショットを削除
G - 未使用のプロジェクトのキャッシュを削除
A2[ファイルを分析] ドロップダウンを開くB - プロジェクトを分析
C - ファイルを検証
D - プロジェクトを検証
S - ワークフロー アナライザーの設定
EX[Excel にエクスポート] ウィンドウを開く–
p[パブリッシュ] ウィンドウを開く–

[デバッグ] タブのリボンのキー

[デザイン] タブまたは [デバッグ] タブを表示している場合は、Alt + E を押して、[デバッグ] タブのリボンのショートカット キーにアクセスします。

キー実行する操作追加のキーとアクション
R[ファイルをデバッグ] ドロップダウンを開くC - ファイルを実行
B - プロジェクトをデバッグ
D - プロジェクトを実行
B実行を中断–
T実行を停止–
Sステップ イン–
Vステップ オーバー–
Oステップ アウト–
ERリトライ–
EI無視–
ES再実行–
Fフォーカス–
P1[ブレークポイント] ドロップダウンを開くT - ブレークポイントを切り替え
P - [マーカー] パネルを表示
LS低速ステップの速度を設定–
LE実行証跡を有効化/無効化–
LH要素の強調表示を有効化/無効化–
LAアクティビティをログを有効化/無効化–
LC[例外発生時に続行] を有効化/無効化–
LPピクチャ イン ピクチャを有効化/無効化–
LR[リモート デバッグ] ドロップダウンを開くC - リモート デバッグを設定
P2[実行をプロファイル] ドロップダウンを開くO - [プロファイル] パネルを開く
I - プロファイル セッションをインポートする
LOログ フォルダーを開く–

タイトル バーのキー

Studio のタイトル バーにあるボタンのキーにアクセスするには、Alt キーを押します。

キー実行する操作追加のキーとアクション
L[新規] ドロップダウンを開く
F1[保存] ドロップダウンを開く
D[次の形式でエクスポート:] ドロップダウンを開く
E[ファイルをデバッグ] ドロップダウンを開く
F2[フィードバックを送る] ウィンドウを開く
I[サインイン]/[サインアウト] メニューを開く

[ホーム] タブのキー

[デザイン] タブまたは [デバッグ] タブを表示している場合は、Alt + H を押して [ホーム] タブ (Studio の Backstage ビュー) を開き、[ホーム] タブのショートカット キーにアクセスします。[ホーム] タブを既に開いている場合は、Alt キーを押すだけです。

キー実行する操作追加のキーとアクション
Zプロジェクトが開いている場合、前のタブに戻る–
Oプロジェクトを開く–
C現在開いているプロジェクトを閉じる–
S[開始] タブを開くO - ローカル プロジェクトを開く
C - プロジェクトを複製またはチェック アウト
P - プロセスを作成
L - ライブラリを作成
A - テスト オートメーションを作成
T - テンプレートを作成
R1...R9 - 直近の 9 つのプロジェクトのいずれかを開く
L[ツール] タブを開くA - [アプリ] タブを開く
E - [UiPath 拡張機能] タブを開く
T - [プラグイン] タブを開く
U - UI Explorer を開く
M - プロジェクト依存関係一括更新ツールを開く
R - Microsoft Office 修復ツールを開く
T[テンプレート] タブを開く–
M[チーム] タブを開く–
E[設定] タブを開くG - [全般] タブを開く
D - [デザイン] タブを開く
L1 - [場所] タブを開く
M - [パッケージ ソースを管理] タブを開く
C - [コード エディター] タブを開く
L2 - [言語] ドロップダウンを開く
T - [設定をリセット] ウィンドウを開く
H[ヘルプ] タブを開くD - 製品ドキュメントのリンクを開く
F - コミュニティ フォーラムのリンクを開く
H - ヘルプ センターのリンクを開く
A - アカデミーのリンクを開く
R - リリース ノートのリンクを開く
T - クイック チュートリアルのリンクを開く
C - ライセンス情報をコピー

このページは役に立ちましたか?

接続

ヘルプ リソース サポート

学習する UiPath アカデミー

質問する UiPath フォーラム

最新情報を取得