# Mac

### 변수 자동 완성

Escape 키를 누르면 긴 변수 이름 메뉴가 표시되고, Enter 키를 누르면 자동 완성됩니다.

![Press escape to autocomplete long variable names](/files/3a7gmTjnrJufhiQhE35n)

### 변수 값에 마우스를 올리기

![Hover your mouse over a variable to see its value](/files/E0LhiWMHIfdyIgVeOh5f)

### 스크러빙 가능한 숫자

숫자를 Control-클릭하고 **Scrub**을 선택하여 스크러버를 표시합니다. 슬라이더를 왼쪽이나 오른쪽으로 드래그하여 숫자의 값을 위아래로 스크러빙할 수 있습니다.

{% hint style="info" %}
스크러빙은 Mac 버전에서만 사용할 수 있습니다.
{% endhint %}

![Number scrubbing in Soulver 3](/files/fmRB5kPHVgyXxJzUhEDT)

### **특정 날짜의 요일은 무엇이었나요?**

답변 열의 날짜를 Control-클릭하면 해당 날짜의 요일 또는 미래의 요일을 확인할 수 있습니다.

![Getting the day of the week from a date](/files/evwaNDN0Odt93E3lO1xK)

### 답변을 빠르게 복사하기

Option 키를 누른 상태에서 답변을 더블 클릭하면 클립보드에 빠르게 복사할 수 있습니다.

<div align="left"><figure><img src="/files/Z7boIL8XOAbrB4364jGY" alt="" width="368"><figcaption><p>Option 키를 누른 상태에서 답변을 더블 클릭하여 클립보드에 복사합니다</p></figcaption></figure></div>

### 줄 및 답변을 이미지로 복사하기

계산을 공유하는 빠른 방법은 이미지로 저장하는 것입니다.

몇 줄을 선택하고 `Edit > Copy > Copy Lines & Answers`를 이미지로 이동합니다. 이렇게 하면 클립보드에 이미지가 생성되어 Messages, Mail 등에 붙여넣을 수 있습니다.


---

# 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://documentation.soulver.app/ko/documentation/tips-and-tricks/tips-and-tricks-mac.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.
