> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-jp/annotate/use-roboflow-annotate/keyboard-shortcuts.md).

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

以下のキーボードショートカットを使うと、ラベリング作業を効率化できます。The **meta** キーは通常、 **Command** キーで、 **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* その画像を次のようにマークします *Unannotated* 現在次の状態にある場合 *Annotating* キュー。
* **s** - 次の **Smart Polygon** ツールに切り替えます。<img src="/files/f077af1541844668d9380f2a860ebf0e6e621c6e" alt="" data-size="line"><img src="/files/ecc2d7bdc6b9e48c0a63a3707ef514949bd6de8e" alt="" data-size="line">
* **plus** - 拡大します。
* **minus** - 縮小します。
* **0** - デフォルトのズームに戻します（画像がビューポートに収まるようにします）。
* **1** - 100%にズームします。
* **Escape** (esc) - Labeling Toolを終了します。
* **左矢印** - 前の画像に移動します。
  * Classificationプロジェクトでは、 **左矢印** + **Cmd**.
* **右矢印** - 次の画像に移動します。
  * Classificationプロジェクトでは、 **右矢印** + **Cmd**.
* **shift** + **a** - アノテーション作業中に現在の画像をデータセットに追加します。アノテーションレビューが有効な場合は、代わりに「Submit for Review」ダイアログを開きます。

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

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

* **Enter** - Active Option（紫で強調表示された項目）を、選択したBounding Boxの現在のclassまたはlabelとして保存します。
* **Escape** (esc) - 現在のボックスをラベルを変更せずにキャンセルして選択解除します（選択中のボックスが直前に描画されたものなら削除されます）。
* **上矢印** - Active Option（class/label）を前の項目に変更します。
* **下矢印** - Active Option（class/label）を次の項目に変更します。
* **Backspace** - テキストフィールドに文字がない場合、現在のBounding Boxを削除します（つまり通常は *選択した後にボックスを削除するにはBackspaceを2回押す必要があります*；1回目でハイライトされたテキストを削除し、2回目で削除を確定します）。

## Review Modeでのショートカット

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

Review modeでは、以下のショートカットが利用できます：

* **a** (Review Modeで) アノテーションまたはラベルを承認
* **r** (Review Modeで) アノテーションまたはラベルを却下


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
