# 캔버스 탐색

### 캔버스 이동(이동하기)

마우스 사용

* 캔버스를 모든 방향으로 이동하려면: `Command + 왼쪽 클릭 + 드래그`&#x20;
* 캔버스를 위/아래로 이동하려면: `수직 스크롤`
* 캔버스를 왼쪽/오른쪽으로 이동하려면: `Shift + 스크롤`

트랙패드 사용

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

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

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

기본 프레임 이동

* 프레임을 이동하려면, `선택(왼쪽 클릭) + 드래그` 임의의 프레임 또는 아트보드를 재배치하세요.&#x20;

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

다중 선택

* 여러 프레임 또는 아트보드를 선택하려면: `Shift + 클릭` 또는 `드래그 선택`&#x20;
* 여러 프레임 또는 아트보드를 이동하려면: 여러 프레임을 선택한 후 드래그하여 재배치하세요.

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

정밀 조정

* 더 세밀한 재배치 조정을 하려면: 화살표 키를 사용하여 선택된 요소를 소량씩 이동하세요.

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

### 줌 및 격자 제어

트랙패드 제스처 사용

* 확대 또는 축소하려면: 트랙패드에서 집기(핀치 인) 또는 펼치기(핀치 아웃)를 하세요.
* 마우스 포인터 중심으로 확대/축소하려면: `Cmd/Ctrl + 스크롤`

단축키 사용

* 확대하려면: `Cmd/Ctrl + +`&#x20;

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

* 축소하려면: `Cmd/Ctrl + -`&#x20;

<figure><img src="/files/211fea8b3d983d55f7b8ee330b7660326773e902" alt=""><figcaption></figcaption></figure>

* 선택 항목에 맞추어 확대하려면: `Shift + 1`
* 확대/축소를 기본값(100%)으로 재설정하려면: `Cmd/Ctrl + 0`&#x20;

오른쪽 하단에 있는 캔버스 줌 메뉴에서 줌 백분율 드롭다운(예: "15%")을 클릭하면 다음 옵션이 나타납니다:

* 확대: `Cmd/Ctrl + +`
* 축소: `Cmd/Ctrl + -`
* 맞춤 확대: `Shift + 1`
* 프리셋: 10%, 100%, 200%
* 격자 숨기기/표시 토글

### 원활한 작업 흐름을 위한 팁

* 화면 밖에 있는 항목을 빠르게 찾고 접근하려면 왼쪽의 레이어 패널을 사용하세요.
* 복잡한 캔버스를 정리하려면 아트보드와 레이어의 이름을 바꾸세요.
* 그룹 이동: 여러 요소를 선택한 다음 함께 드래그하여 더 빠르게 재배치하세요.

### 일반 문제 및 해결 방법

캔버스가 멈추거나 이동하지 않을 때

* 해결 방법: 활성 도구 모드에서 벗어나려면 Esc를 눌러서 종료한 다음 다시 팬하세요.

캔버스가 너무 빠르거나 느리게 확대/축소될 때

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

격자가 사라졌나요?

* 해결 방법: 줌 메뉴(오른쪽 하단)에서 격자를 다시 활성화하세요.

***


---

# Agent Instructions: 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.
