> For the complete documentation index, see [llms.txt](https://godomall-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://godomall-help.nhn-commerce.com/design-editor-guide/efficiency/shortcuts.md).

# 18. 키보드 단축키 활용하기

### ⌨️ 단축키로 더 빠르게 작업하기

자주 쓰는 기능을 키보드 단축키로 실행하면 마우스 이동을 줄여 작업 속도를 한층 높일 수 있어요.\
아래의 단축키들을 미리 알아두면 편집 작업을 훨씬 빠르고 수월하게 진행하실 수 있답니다.

> 💡 **TIP** 전체 단축키 목록은 언제든 `Ctrl + /` (맥은 `⌘ + /`)를 눌러 열어볼 수 있어요. 도움말 > 키보드 단축키 보기 메뉴에서도 확인 가능해요.

### ✏️ 편집

<table><thead><tr><th width="200">기능</th><th>윈도우</th><th>맥</th></tr></thead><tbody><tr><td>실행취소</td><td>Ctrl + Z</td><td>⌘ + Z</td></tr><tr><td>재실행</td><td>Ctrl + Y</td><td>⌘ + Y</td></tr><tr><td>복사</td><td>Ctrl + C</td><td>⌘ + C</td></tr><tr><td>붙여넣기</td><td>Ctrl + V</td><td>⌘ + V</td></tr></tbody></table>

### 🖥️ 화면 전환

<table><thead><tr><th width="200">기능</th><th>윈도우</th><th>맥</th></tr></thead><tbody><tr><td>데스크톱 화면 보기</td><td>Alt + 1</td><td>⌥ + 1</td></tr><tr><td>모바일 화면 보기</td><td>Alt + 2</td><td>⌥ + 2</td></tr><tr><td>전체 화면 보기</td><td>Alt + 3</td><td>⌥ + 3</td></tr></tbody></table>

### 🧱 섹션·위젯

<table><thead><tr><th width="200">기능</th><th>윈도우</th><th>맥</th></tr></thead><tbody><tr><td>전체 섹션 펼치기</td><td>Shift + Ctrl + 1</td><td>⌘ + ⇧ + 1</td></tr><tr><td>전체 섹션 접기</td><td>Shift + Ctrl + 2</td><td>⌘ + ⇧ + 2</td></tr><tr><td>숨기기 / 보이기</td><td>Shift + Ctrl + H</td><td>⌘ + ⇧ + H</td></tr><tr><td>제거하기</td><td>Delete</td><td>Delete</td></tr></tbody></table>

### 💾 저장·이동

<table><thead><tr><th width="200">기능</th><th>윈도우</th><th>맥</th></tr></thead><tbody><tr><td>게시하기</td><td>Shift + Ctrl + P</td><td>⌘ + ⇧ + P</td></tr><tr><td>사이트 바로가기</td><td>Shift + Ctrl + S</td><td>⌘ + ⇧ + S</td></tr><tr><td>전체 단축키 보기</td><td>Ctrl + /</td><td>⌘ + /</td></tr></tbody></table>

### 🔤 텍스트 서식

제목·본문 위젯에서 텍스트를 입력할 때 사용할 수 있어요.

<table><thead><tr><th width="200">기능</th><th>윈도우</th><th>맥</th></tr></thead><tbody><tr><td>굵게</td><td>Ctrl + B</td><td>⌘ + B</td></tr><tr><td>기울임</td><td>Ctrl + I</td><td>⌘ + I</td></tr><tr><td>밑줄</td><td>Ctrl + U</td><td>⌘ + U</td></tr></tbody></table>

> 💡 **참고** 실행취소나 재실행 같은 일부 단축키는 오른쪽 사이드바에 기본으로 안내되어 있어요. 게시하기, 섹션 펼치기, 제거하기 등의 전체 단축키는 `Ctrl + /`로 열리는 목록에서 한눈에 확인해 보세요!

### 💡 자주 묻는 질문

<details>

<summary>단축키가 기억나지 않아요.</summary>

`Ctrl + /` (맥은 `⌘ + /`)를 누르면 전체 단축키 목록이 열려요.&#x20;

도움말 > 키보드 단축키 보기 메뉴에서도 같은 목록을 확인하실 수 있답니다.

</details>

<details>

<summary>제거하기 단축키를 눌렀는데 확인 창 없이 바로 삭제돼요.</summary>

섹션이나 위젯 삭제는 '실행취소' 기능을 지원하기 때문에 별도의 확인 창 없이 바로 제거돼요. \
실수로 삭제하셨더라도 당황하지 말고 `Ctrl + Z`(실행취소)를 눌러 되돌려주세요.&#x20;

자세한 내용은 [17. 실행취소·재실행과 작업 히스토리](/design-editor-guide/efficiency/history.md)에서 확인하실 수 있어요.

</details>


---

# 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://godomall-help.nhn-commerce.com/design-editor-guide/efficiency/shortcuts.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.
