> 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/hajimeni/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キーを押して現在のツールモードを終了し、もう一度パン操作を試してください。

キャンバスのズームイン/ズームアウトが速すぎる、または遅すぎる場合

* 解決策: システムのトラックパッドまたはマウス設定でスクロール感度を調整してください。

グリッドが消えた？

* 解決策: ズームメニュー（右下）からグリッドを再表示してください。

***

ご不明な点やお困りのことがあれば、お気軽にご連絡ください。喜んでお手伝いします。以下までご連絡ください [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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, and the optional `goal` query parameter:

```
GET https://morphic.com/docs/jp/hajimeni/navigating-the-canvas.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
