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

キーボードショートカットを使うと、アノテーションやナビゲーションを素早く行えます。

## ナビゲーション

| Windows | Mac | Description |
| ------- | --- | ----------- |
| `J`     | `J` | 前の画像に移動する   |
| `K`     | `K` | 次の画像に移動する   |
| `H`     | `H` | 画像の一覧に移動する  |

## 一般

| Windows        | Mac  | Description        |
| -------------- | ---- | ------------------ |
| `Ctrl` `S`     | `⌘S` | アノテーションを保存         |
| `Ctrl` `Enter` | `⌘↩` | アノテーションを登録         |
| `Shift` `K`    | `⌘K` | 承認                 |
| `Ctrl` `D`     | `⌘D` | 変更を依頼              |
| `C`            | `C`  | コメントツールを選択         |
| `?`            | `?`  | キーボードショートカットの一覧を表示 |

## 表示の制御

| Windows    | Mac  | Description   |
| ---------- | ---- | ------------- |
| `Ctrl` `+` | `⌘+` | 拡大            |
| `Ctrl` `-` | `⌘-` | 縮小            |
| `Ctrl` `0` | `⌘0` | 画像をキャンバス全体に表示 |
| `N`        | `N`  | パンツールを選択      |

## アノテーション

### ラベルリスト

| Windows           | Mac               | Description                                  |
| ----------------- | ----------------- | -------------------------------------------- |
| `1, 2, 3, ..., n` | `1, 2, 3, ..., n` | <p>ラベル選択 </p><p>注：リストの上部から番号は自動で割り当てられます</p> |
| `T`               | `T`               | ラベルの表示/非表示                                   |

### アクション

| Windows            | Mac   | Description |
| ------------------ | ----- | ----------- |
| `Ctrl`  `Z`        | `⌘Z`  | 取り消し        |
| `Ctrl` `Shift` `Z` | `⌘⇧Z` | やり直し        |

### アノテーションツール

以下のショートカットを使うには、ラベルを選択している必要があります。

#### 共通

| Windows | Mac | Description     |
| ------- | --- | --------------- |
| `P`     | `P` | ポリゴン（多角形）       |
| `B`     | `B` | バウンディングボックス（矩形） |
| `A`     | `A` | パス（線）           |

#### セグメンテーション

| Windows     | Mac  | Description   |
| ----------- | ---- | ------------- |
| `L`         | `L`  | 鉛筆            |
| `Shift` `P` | `⇧P` | ポリゴン（多角形）消しゴム |
| `Shift` `L` | `⇧L` | 鉛筆消しゴム        |

#### ベクター

| Windows | Mac | Description |
| ------- | --- | ----------- |
| `O`     | `O` | 点           |
| `S`     | `S` | セレクター       |


---

# 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.annostation.orni.co.jp/jpn/resources/shortcut.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.
