- 基本情報
- セットアップと構成
- オートメーション プロジェクト
- 依存関係
- ワークフローの種類
- 制御フロー
- ファイルの比較
- オートメーションのベスト プラクティス
- ソース管理との連携
- デバッグ
- ログ
- 診断ツール
- ワークフロー アナライザー
- ワークフロー アナライザーについて
- ST-DBP-002 - 多数の引数
- ST-DBP-003 - 空の catch ブロック
- ST-DBP-007 - 複数のフローチャートレイヤー
- ST-DPB-010 - [ワークフロー] または [テスト ケース] の複数のインスタンス
- ST-DBP-020 - 未定義の出力プロパティ
- ST-DBP-021 - ハードコードされたタイムアウト
- ST-DBP-023 - 空のワークフロー
- ST-DBP-024 - 永続性アクティビティの確認
- ST-DBP-025 - 変数のシリアル化の前提条件
- ST-DBP-027 - Persistence のベスト プラクティス
- ST-DBP-028 - 引数のシリアル化の前提条件
- ST-USG-005 - ハードコードされたアクティビティのプロパティ
- ST-USG-009 - 未使用の変数
- ST-USG-010 - 未使用の依存関係
- ST-USG-014 - パッケージの制限
- ST-USG-017 - パラメーターの修飾子が無効
- ST-USG-020 - 最小ログ メッセージ
- ST-USG-024 - 未使用で保存されたままの値
- ST-USG-025 - 保存した値の誤用
- ST-USG-026 - アクティビティの制限
- ST-USG-027 - 必要なパッケージ
- ST-USG-028 - ファイル テンプレートの呼び出しの制限
- ST-USG-027 - 必須のタグ
- ST-USG-034 - Automation Hub URL
- 変数
- 引数
- インポートされた名前空間
- コード化されたオートメーション
- トリガーベースの有人オートメーション
- オブジェクト リポジトリ
- ScreenScrapeJavaSupport ツール
- 拡張機能
- Studio でのテスト
- トラブルシューティング
プロジェクト管理、ファイル操作、デバッグ、デザイン操作に使用できる Studio のキーボード ショートカットのリストです。
ファイルの管理
| ショートカット | 説明 |
|---|---|
Ctrl + Shift + N | Creates a new Blank Process. |
Ctrl + C | Copies a file from the Explorer panel into clipboard. Use Ctrl + V to paste it anywhere in the tree. |
Ctrl + O | Enables you to open a previously created workflow, either the .xaml or project.json file. |
Ctrl + L | Opens the folder where the Log files are stored. |
Ctrl + S | Saves the currently opened workflow. |
Ctrl + Shift + S | Saves all the workflows that are currently open. |
Ctrl + V | Pastes a file from clipboard into the Explorer panel. |
Ctrl + Tab | Moves focus between workflows opened in the Designer panel. |
Ctrl + W | Closes the workflow file that is in focus in the Designer panel. |
Alt + Left OR mouse backward button | Go to the previous element inside a project file or to the previous project file. |
Alt + Right OR mouse forward button | プロジェクト ファイル内の次の要素、または次のプロジェクト ファイルに移動する |
Alt + F7 | Moves 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 + P | Opens the Command Palette. |
Ctrl + Shift + T | Opens the Add an Activity search bar. |
Ctrl + Shift + F | Opens the Go to file search bar. |
Ctrl + F | Opens the Universal Search bar. |
Ctrl + J | Opens the Jump to activity search bar. |
Ctrl + 1 | Switches to the Current File tab in the Universal Search bar. |
Ctrl + 2 | Switches to the All Files tab in the Universal Search bar. |
Ctrl + 3 | Switches to the Activities tab in the Universal Search bar. |
Ctrl + 4 | Switches to the Variables tab in the Universal Search bar. |
Ctrl + 5 | Switches to the Arguments tab in the Universal Search bar. |
Ctrl + 6 | Switches to the Imports tab in the Universal Search bar. |
Ctrl + 7 | Switches to the Project Files tab in the Universal Search bar. |
Ctrl + 8 | Switches to the Dependencies tab in the Universal Search bar. |
Ctrl + 9 | Switches to the Snippets tab in the Universal Search bar. |
Ctrl + Alt + A | Opens and focuses the Properties panel. |
Ctrl + Alt + F | Sets the focus to the search box in the Activities panel. |
Ctrl + Alt + O | Sets the focus to the search box in the UI Objects Browser panel. |
Ctrl + Alt + P | Opens and focuses the search bar in the Explorer panel. |
Ctrl + Alt + S | Opens and focuses the search bar in Snippets panel. |
Tab | Navigates to the next item in the panel or the next element in the activity. |
以下の画像に示すように、すべてのプロジェクト ファイルが閉じられると、便利なキーボード ショートカットのリストがデザイナーパネルに表示されます。
コメント
| ショートカット | 説明 |
|---|---|
Ctrl + D | Ignores the activity that is currently selected by placing it into a Comment Out container. |
Ctrl + E | Removes the activity from the Comment Out container it was placed in. |
デバッグ
| ショートカット | 説明 |
|---|---|
F9 | Marks the selected activity with a breakpoint. |
Ctrl + Shift + B | Opens the Markers panel. |
Ctrl + Alt + E | Opens the Error List panel. |
F10 | When debugging, steps over the execution of a block of activities in the currently selected workflow. |
F11 | When debugging, enables you to step into a block of activities and executes the first one. |
Shift + F11 | When debugging, steps out of the current container after its last activity is executed. |
レコーディング
| ショートカット | 説明 |
|---|---|
Ctrl + Alt + B | Opens the Basic Recording toolbar. |
Ctrl + Alt + C | Opens the Citrix Recording toolbar. |
Ctrl + Alt + D | Opens the Desktop Recording toolbar. |
Ctrl + Alt + W | Opens the Web Recording toolbar. |
F2 | Adds delay during a recording activity. |
F3 | Lets you specify a custom recording region. |
F4 | Lets you choose the UI Framework to record, which can be Default, AA, and UIA. |
ワークフローの分析と実行
| ショートカット | 説明 |
|---|---|
F5 | Runs the current project in debugging mode, starting with the .xaml file set as Main. |
Ctrl + F5 | Runs the current project. |
F6 | Runs the currently opened .xaml file in debugging mode. |
Ctrl + F6 | Runs the currently opened .xaml file. |
F7 | Checks the file for validation errors and Workflow Analyzer violations. |
Shift + F7 | Checks the whole project for validation errors and Workflow Analyzer violations. |
F8 | Checks the currently opened workflow for validation errors. |
Shift + F8 | Checks all project files for validation errors. |
Pause | Pauses the execution of the current workflow, in both normal and debug mode. |
F12 | Stops the execution of the current workflow, in both normal and debug mode. |
選択したアクティビティ
| ショートカット | 説明 |
|---|---|
Ctrl + T | Places the activity inside the Try section of a Try Catch activity. |
Ctrl + N | Creates a new Sequence Diagram in the current project. |
Ctrl + C | Copies the selected activity or activities to the clipboard. |
Ctrl + V | Pastes the copied activity or activities inside the selected item. |
Ctrl + K | Creates 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 + M | Creates 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 + M | Creates 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 + E | Opens the Expression Editor when used inside activity input fields. |
IntelliPrompt
| ショートカット | 説明 |
|---|---|
Ctrl + Space | Opens the IntelliPrompt window. |
Ctrl + 1**... **Ctrl + 6 | When 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. |
F2 | Allows for renaming the selected activity. |
Shift + F2 | Adds an annotation to a selected activity. |
Enter | Saves the data added in the activity input field. |
Shift + Enter | Adds a new line in the activity input field. |
Tab | Moves through the fields and buttons in the activity, including the menu displayed when you hover the mouse over an input field. |
Ctrl + Shift + M | Enable or disable a bookmark. |
Ctrl + Period (.) | Go to the next bookmark. |
Ctrl + Comma (,) | Go to the previous bookmark. |
コード エディター
| ショートカット | 説明 |
|---|---|
Alt + Down | Open 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 + T | Open Test Explorer panel. You can use this anywhere within the Designer panel. |
Alt + Down Arrow | Open the Run All in View menu from the Test Explorer. |
Alt + T | Open Test Results sub-panel in Test Explorer. You can use this only in the Test Explorer panel. |
Alt + A | Open Activity sub-panel in Test Explorer. You can use this only in the Test Explorer panel. |
引数ダイアログ
[ワークフロー ファイルを呼び出し] および [.NET コードを挿入] などのアクティビティで使用できる [引数] ダイアログ ボックスでは、以下のキーボード ショートカットを使用できます。
| ショートカット | 説明 |
|---|---|
Tab | Moves through the items in the grid. |
Delete | Deletes the item selected in the grid. |
F2 | Highlights the current cell for editing, positioning the cursor at the end of the line. |
Ctrl + Tab | Moves through the options available in the window for the selected item in the grid (Delete, Move up, Move Down). |
ステータス バー
| ショートカット | 説明 |
|---|---|
Alt + D | Access 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 + Tab | Moves focus between tabs. This also applies to the sub-tabs inside the Tools and Settings tabs. |
Tab | Moves focus between the content inside tabs. |
その他
| ショートカット | 説明 |
|---|---|
F1 | Enables you to access a help topic associated with the currently selected element. |
Alt + F4 | Closes 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 Arrow | Maximizes the current window. |
Windows key + Down Arrow | Restores down the current window. |
Ctrl + P | Opens the Manage Packages window. |
Esc | Closes the Publish, Manage Packages, File Diff windows. |
Ctrl + F1 | Pins or unpins the ribbon. |
Ctrl + Shift + R | Removes all unused project dependencies. |
Shift + Tab | Navigates to the previous activity or node in the Activities panel. |
Ctrl + Z | Undo the last action. |
Ctrl + Y | Redo the last action you've undone. |
Shift + F10 | Open the context menu for the selected item (right-click). |
Ctrl + Tab | Moves the focus out of multiline text boxes where pressing the Tab key inserts a tab. |
Ctrl + Shift + F10 | Dismisses the tooltip content for the selected item. |
Ctrl + B | Show/hide left panels. |
| `Ctrl + `` | Show/hide bottom panels. |
Ctrl + Alt + B | Show/hide right panels. |
Ctrl + Alt + Z | Show/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 レコーダーを開く | – |
| C2 | Computer 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 - ライセンス情報をコピー |
menu displayed when you hover the mouse over an input field.