> 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를 눌러 활성화된 도구 모드를 종료한 다음 다시 이동해 보세요.

캔버스 확대/축소가 너무 빠르거나 느린 경우

* 해결 방법: 스크롤 감도를 위해 시스템의 트랙패드 또는 마우스 설정을 조정하세요.

그리드가 사라졌나요?

* 해결 방법: 확대/축소 메뉴(오른쪽 하단)에서 그리드를 다시 활성화하세요.

***


---

# 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/kr/getting-around/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.
