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

### ワークスペースショートカット

| ショートカット | キー割り当て                      | 説明 |
| ------- | --------------------------- | -- |
| 次のフレーム  | `ArrowRight`                |    |
| 前のフレーム  | `ArrowLeft`                 |    |
| 保存      | `ctrl+s`                    |    |
| 操作を元に戻す | `ctrl+z`                    |    |
| 操作をやり直す | `ctrl+shift+z` または `ctrl+y` |    |

### オブジェクト操作

<table><thead><tr><th>ショートカット</th><th width="174.33333333333331">キー割り当て</th><th>説明</th></tr></thead><tbody><tr><td>次のオブジェクトを描画</td><td><code>N</code></td><td></td></tr><tr><td>すべてのオブジェクトをロック/ロック解除</td><td><code>t+l</code></td><td>サイドバー内のすべてのオブジェクトのロック状態を変更</td></tr><tr><td>オブジェクトをロック/ロック解除</td><td><code>l</code></td><td>アクティブなオブジェクトのロック状態を変更</td></tr><tr><td>すべてのオブジェクトを非表示/表示</td><td><code>t+h</code></td><td>サイドバー内のオブジェクトの非表示状態を変更</td></tr><tr><td>オブジェクトを非表示/表示</td><td><code>h</code></td><td>アクティブなオブジェクトの非表示状態を変更</td></tr><tr><td>オブジェクトを削除</td><td><code>del</code></td><td>アクティブなオブジェクトを削除</td></tr><tr><td>強制削除</td><td><code>shift+del</code></td><td>ロックされたオブジェクトを強制的に削除</td></tr><tr><td>形状をコピー</td><td><code>ctrl+c</code></td><td>形状を内部クリップボードにコピー</td></tr><tr><td>形状を貼り付け</td><td><code>ctrl+v</code></td><td>コピーした形状を画像上に貼り付け</td></tr><tr><td>オブジェクトを伝播</td><td><code>ctrl+b</code></td><td>次のフレームにオブジェクトのコピーを作成</td></tr><tr><td>自動ボーダー切替</td><td><code>Ctrl</code></td><td>描画/編集中の多角形および折れ線の自動ボーダーを切り替え</td></tr></tbody></table>

###

### 画像操作

| ショートカット   | キー割り当て         | 説明 |
| --------- | -------------- | -- |
| 時計回りに回転   | `ctrl+r`       |    |
| 反時計回りに回転  | `ctrl+shift+r` |    |
| 明るさを増加    | `shift+b+=`    |    |
| 明るさを減少    | `shift+b+-`    |    |
| コントラストを増加 | `shift+c+=`    |    |
| コントラストを減少 | `shift+c+-`    |    |
| 彩度を増加     | `shift+s+=`    |    |
| 彩度を減少     | `shift+s+-`    |    |

<br>


---

# 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.mindkosh.com/ja/anotshon/kbdoshtokatto.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.
