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

以下のキーボードショートカットを使うと、ラベリングの作業を素早く行えます。 **meta** キーは通常、 **command** キー（macOS）および **ctrl** キー（Linux と Windows）です。

## 選択されたアノテーションがない場合のショートカット

アノテーションが選択されていない場合、以下のキーボードショートカットが適用されます:

* **meta** - 押している間、 **Drag/Select** および **Bounding Box (B)** または **Polygon (P)** ツールを一時的に切り替えます。（たとえば、 **Bounding Box** モード中に meta キーを押しながら既存の bounding box をクリックすると、それを選択できます。）
* **b** - へ切り替えます。 **Bounding Box** ツール。<img src="/files/738f1722c4f21694f3d078324d9270148331cc06" alt="" data-size="line"><img src="/files/9044bfeefa6ea86f72f9ded492d322a6c8bbb1d1" alt="" data-size="line">
* **p** - へ切り替えます。 **Polygon** ツール。<img src="/files/34827ef283215251e457a1471cba86dcef949520" alt="" data-size="line"><img src="/files/b78e57e4134e15d9c14d0a254151b797df64f534" alt="" data-size="line">
* **d** - へ切り替えます。 **Drag/Select** ツール。 <img src="/files/601a07ea72ad80a0e19a7617a4b910cc78a075f8" alt="" data-size="line"><img src="/files/b68cedb9a6cd09e8f3efe797c20b59d942918910" alt="" data-size="line">
* **n** - へ切り替えます。 **Null にする** ツール。<img src="/files/b47a34829fcde0e690f672a985a80fbb1fcc90d2" alt="" data-size="line"><img src="/files/5eab3c1d0b2b5658a84a42c8efa731f471ced1c2" alt="" data-size="line">
  * 入力することで **n** すでに *Null* とマークされている画像をアノテーション中の場合、その画像は *未アノテーション* になります。これは現在その画像が *Annotating* キューにある場合です。
* **s** - へ切り替えます。 **Smart Polygon** ツール。<img src="/files/f077af1541844668d9380f2a860ebf0e6e621c6e" alt="" data-size="line"><img src="/files/ecc2d7bdc6b9e48c0a63a3707ef514949bd6de8e" alt="" data-size="line">
* **プラス** - 拡大します。
* **マイナス** - 縮小します。
* **ゼロ** - デフォルトのズームに戻ります（画像をビューポートに収めます）。
* **1** - 100% にズームします。
* **escape** （esc）- Labeling Tool を終了します。
* **左矢印** - 前の画像に移動します。
  * Classification プロジェクトでは、 **左矢印** + **cmd**.
* **右矢印** - 次の画像に移動します。
  * Classification プロジェクトでは、 **右矢印** + **cmd**.

## 選択されたアノテーションがある場合のショートカット

アノテーションが選択され、クラスセレクターが表示されている場合、ショートカットは以下のとおりです:

* **enter** - アクティブなオプション（紫で強調表示）を、選択した bounding box の現在のクラス、またはラベルとして保存します。
* **escape** （esc）- 現在の box をラベルを変更せずにキャンセルし、選択解除します（選択中の box がちょうど描画されたものなら削除されます）。
* **上矢印** - アクティブなオプション（クラス/ラベル）を前のものに変更します。
* **下矢印** - アクティブなオプション（クラス/ラベル）を次のものに変更します。
* **backspace** - テキストフィールドに文字がない場合、現在の bounding box を削除します（つまり、通常は *box を削除するには選択後に backspace を2回押す必要があります*; 1回目でハイライトされたテキストを削除し、2回目で削除を確定します）。

## レビュー モードのショートカット

レビュー モードは、レビュー担当者がアノテーションを承認または却下できるインターフェースです。

レビュー モードでは、以下のショートカットが利用できます:

* **a** （レビュー モードで）アノテーションまたはラベルを承認
* **r** （レビュー モードで）アノテーションまたはラベルを却下

<figure><img src="/files/e56af573e8084de76445ece50e1fd082bb75fc3e" alt="Preview of Review Mode"><figcaption><p>レビュー モードのプレビュー</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/annotate/use-roboflow-annotate/keyboard-shortcuts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
