> 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/kr/getting-around/navigating-the-canvas.md).

# 캔버스 탐색

### 캔버스 이동(화면 이동)

마우스 사용

* 캔버스를 모든 방향으로 이동하려면 다음을 누른 채로: `Command + 왼쪽 클릭 + 드래그`
* 캔버스를 위/아래로 이동하려면: `세로 스크롤`
* 캔버스를 왼쪽/오른쪽으로 이동하려면: `Shift + 스크롤`

트랙패드 사용

* 트랙패드로 캔버스를 이동하려면: 두 손가락 스크롤을 사용하여 위/아래 또는 왼쪽/오른쪽으로 스크롤합니다.

<figure><img src="/files/75e60b79623b99fa45ed8f01be41088e55af8bb8" alt=""><figcaption></figcaption></figure>

### 캔버스에서 프레임 이동

기본 프레임 이동

* 프레임을 이동하려면, `선택(왼쪽 클릭) + 드래그` 아무 프레임이나 아트보드를 재배치합니다.

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

다중 선택

* 여러 프레임 또는 아트보드를 선택하려면: `Shift + 클릭` 또는 `드래그 선택`
* 여러 프레임 또는 아트보드를 이동하려면: 여러 프레임을 선택한 후 드래그하여 위치를 다시 조정합니다.

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

세밀한 조정

* 더 세밀하게 위치를 조정하려면: 화살표 키를 사용하여 선택한 요소를 작은 단위로 이동합니다.

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

### 줌 및 그리드 컨트롤

트랙패드 제스처 사용

* 확대 또는 축소하려면: 트랙패드에서 두 손가락으로 오므리거나 펼치세요.
* 마우스 포인터를 기준으로 확대 또는 축소하려면: `Cmd/Ctrl + 스크롤`

키보드 단축키 사용

* 확대하려면: `Cmd/Ctrl + +`

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

* 축소하려면: `Cmd/Ctrl + -`

<figure><img src="/files/211fea8b3d983d55f7b8ee330b7660326773e902" 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/kr/getting-around/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.
