# キーボードショートカットの使い方

キーボードショートカットを使用すると、アプリケーションデザイン内を素早く移動できます。

**拡大:** Command (mac) または Control (pc) キーを押したまま **+** キーを押します。

**縮小:** Command (mac) または Control (pc) キーを押したまま **-** キーを押します。

**全画面表示に縮小:** Command (mac) または Control (pc) キーを押したまま + 1 キーを押します。

**左/右/上/下にスクロール:** 矢印キーを使用してアプリ内を移動するか、スペースバーを押したままクリックしてキャンバス内を移動できます。

**アイテムのコピー:** コピーしたいアイテムをクリックし、Command (mac) または Control (pc) キーを押したまま **C** キーを押します。

**アイテムの貼り付け:** コピーしたいアイテムをクリックし、Command (mac) または Control (pc) キーを押したまま **V** キーを押します。

**元に戻す:** アイテムを削除したり移動させたりしてから元に戻したい場合は、Command (mac) または Control (pc) キーを押したまま **Z** キーを押します。元に戻すはクリックも記録するため、元の場所に戻るには何度か行う必要があるかもしれません。

**複数のアイテムを選択:** 選択したい各アイテムをクリックしながら **Shift** ボタンを押します。

**アイテムのグループ化:** 複数のアイテムを選択すると、左側のバーにグループ化の提案が表示されます。それをクリックするか、Command (mac) または Control (pc) キーを押したまま **G** キーを押します。個々のアイテムもグループ化できます。

**画面接続の表示:** Shift + L を押すと、画面がどのようにリンクされているかの矢印が表示されます。また、左側の設定ギアからもオン/オフにできます > 表示設定 > 画面接続。

{% hint style="warning" %}
アプリ間でのコピー/貼り付けショートカットは機能しない場合があります
{% endhint %}

## もっと詳しく

* 画面やコンポーネントのコピーと貼り付けはデータ接続を壊す可能性があります。
* カスタムリストはグループ内にある必要があります。
* 1つのアプリから別のアプリに大量の画面やコンポーネントをコピー/貼り付けすると、すべてのデータが複製されるわけではなく、正常に動作しない可能性があります。


---

# 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://help.adalo.com/ja/how-to/how-to-use-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.
