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

# キャンバスの操作

### キャンバスのパン（移動）

マウスの使用

* キャンバスを任意の方向に移動するには、以下を押したままにします: `Command + 左クリック + ドラッグ`
* キャンバスを上下に移動するには: `垂直スクロール`
* キャンバスを左右に移動するには: `Shift + スクロール`

トラックパッドの使用

* トラックパッドでキャンバスをパンするには、2本指スクロールで上下または左右にスクロールします。

<figure><img src="/files/01f58c813b167fe850c482c85712003e6a4259c5" alt=""><figcaption></figcaption></figure>

### キャンバス上でフレームを移動する

基本的なフレームの移動

* フレームを移動するには、 `選択（左クリック）＋ドラッグ` 任意のフレームまたはアートボードを移動します。

<figure><img src="/files/e9d38657491afb7f4cc44163d25de2f89a343ed2" alt=""><figcaption></figcaption></figure>

複数選択

* 複数のフレームまたはアートボードを選択するには: `Shift + クリック` または `ドラッグ選択`
* 複数のフレームまたはアートボードを移動するには: 複数のフレームを選択した後、それらをドラッグして移動します。

<figure><img src="/files/c38c09a32059fd049bb6e2ca950e97d760a9aa58" alt=""><figcaption></figcaption></figure>

より細かな調整

* さらに細かく位置を調整するには: 矢印キーを使って、選択した要素を少しずつ移動します。

<figure><img src="/files/3a036f6fbbb30ee7a2d94f57cffef3cc56fce4df" alt=""><figcaption></figcaption></figure>

### ズームとグリッドの操作

トラックパッドジェスチャーの使用

* 拡大または縮小するには: トラックパッドでピンチインまたはピンチアウトします。
* マウスポインターを中心に拡大または縮小するには: `Cmd/Ctrl + スクロール`

キーボードショートカットの使用

* 拡大するには: `Cmd/Ctrl + +`

<figure><img src="/files/f4531921fb4954cd4c857d1f13bb409e9fffaf36" alt=""><figcaption></figcaption></figure>

* 縮小するには: `Cmd/Ctrl + -`

<figure><img src="/files/e7ce57266b5ca4d94eecdca164c5d5fbca4c4bdf" alt=""><figcaption></figcaption></figure>

* 選択範囲に合わせてズームするには: `Shift + 1`
* ズームを既定値（100%）にリセットするには: `Cmd/Ctrl + 0`

右下隅にあるキャンバスのズームメニューで、ズーム率のドロップダウン（例:「15%」）をクリックすると、次のオプションが表示されます:

* 拡大: `Cmd/Ctrl + +`
* 縮小: `Cmd/Ctrl + -`
* 画面に合わせる: `Shift + 1`
* プリセット: 10%、100%、200%
* グリッドの表示/非表示切り替え

### スムーズな作業のためのヒント

* 画面外の項目を素早く見つけてアクセスするには、左側のレイヤーパネルを使います。
* 複雑になりがちなキャンバスを整理しておくために、アートボードとレイヤーをリネームします。
* グループ移動: 複数の要素を選択し、一緒にドラッグして素早く位置を変更します。

### よくある問題と対処法

キャンバスが固まって動かない場合

* 対処法: Escキーを押して現在のツールモードを終了し、もう一度パンを試してください。

キャンバスの拡大/縮小が速すぎる、または遅すぎる場合

* 対処法: システムのトラックパッドまたはマウス設定でスクロール感度を調整します。

グリッドが消えた？

* 対処法: ズームメニュー（右下隅）からグリッドを再度有効にします。

***


---

# 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:

```
GET https://morphic.com/docs/jp/i/navigating-the-canvas.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.
