> 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-started/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-started/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.
