# エディターのショートカット一覧

{% hint style="warning" %}
オペレーティングシステムとブラウザの各バージョンによって操作が異なる場合があるため、正常に動作しない場合があります。
{% endhint %}

| 説明                            | Windows / Linux           | Mac OS                              |
| ----------------------------- | ------------------------- | ----------------------------------- |
| 元に戻す                          | Ctrl + Z                  | Command + Z                         |
| やり直す                          | Ctrl + Y                  | Shift + Command + Z または Command + Y |
| 切り取り                          | Ctrl + X                  | Command + X                         |
| コピー                           | Ctrl + C                  | Command + C                         |
| 貼り付け                          | Ctrl + V                  | Command + V                         |
| コードフォーマット                     | Shift + Alt + F           | Shift + Alt + F                     |
| コメント切り替え                      | Ctrl + /                  | Command + /                         |
| 検索                            | Ctrl + F                  | Command + F                         |
| 置換                            | Shift + Ctrl + F          | Command + Alt + F                   |
| インデントを上げます。                   | Tab                       | Tab または Command + ]                 |
| インデントを下げます。                   | Shift + Tab               | Shift + Tab または Command + \[        |
| コメント化                         | Ctrl + /                  | Command + /                         |
| コメントを外す                       | Ctrl + /                  | Command + /                         |
| フォントサイズを大きくします。               | Ctrl + .                  | Command + .                         |
| フォントサイズを小さくします。               | Ctrl + ,                  | Command + ,                         |
| 下方向に、行を移動させます。                | Alt + Down                | Option + Down                       |
| 上方向に、行を移動させます。                | Alt + Up                  | Option + Up                         |
| 選択範囲を全体に広げます。                 | Ctrl + A                  | Command + A                         |
| 下方向に、1行分だけ移動して、選択範囲を広げます。     | Shift + Down              | Shift + Down                        |
| 右方向に、1文字分だけ移動して、選択範囲を広げます。    | Shift + Right             | Shift + Right                       |
| 左方向に、1文字分だけ移動して、選択範囲を広げます。    | Shift + Left              | Shift + Left                        |
| 1行上まで移動して、選択範囲を広げます。          | Shift + Up                | Shift + Up                          |
| 単語の末尾まで選択範囲を広げます。             | Alt + Shift + Right       | Alt + Shift + Right                 |
| 単語の先頭まで選択範囲を広げます。             | Alt + Shift + Left        | Alt + Shift + Left                  |
| 右方向へ、単語単位で移動します。              | Ctrl + Shift + Right      | Option + Right                      |
| 左方向へ、単語単位で移動します。              | Ctrl + Shift + Left       | Option + Left                       |
| マルチカーソルを、上方向に伸ばします。           | Ctrl + Alt + Up           | Command + Alt + Up                  |
| マルチカーソルを、下方向に伸ばします。           | Ctrl + Alt + Down         | Command + Alt + Down                |
| マルチカーソルを、上方向に伸ばします。           | Ctrl + Alt + Shift + Up   | Command + Alt + Shift + Up          |
| マルチカーソルは維持したまま、別カーソルで行を移動します。 | Ctrl + Alt + Shift + Down | Command + Alt + Shift + Down        |


---

# 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://ja.docs.monaca.io/products_guide/monaca_ide/editor.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.
