# Mac

### 变量自动补全

按 Esc 键显示一个长变量名称菜单，然后按回车键即可自动补全。

![按 Esc 键自动补全长变量名称](/files/ameTwdhGAzEAkXFWDcyq)

### 悬停查看变量值

![将鼠标悬停在变量上以查看其值](/files/R1MmUttn7wCFFftxHdLn)

### 可拖动数字

按住 Control 键并点击一个数字，然后选择 **Scrub** 以显示拖动器。在滑块上左右拖动即可上下调整数字的值。

{% hint style="info" %}
拖动功能仅在 Mac 版本中可用
{% endhint %}

![Soulver 3 中的数字拖动](/files/j8jjJ4ZFCnDwwDDzBftm)

### **特定日期的星期几是什么？**

按住 Control 键并点击答案列中的日期，即可查看该日期或未来某个日期对应的星期几。

![从日期获取星期几](/files/96NlIy4mqj9NNaolNYFm)

### 快速复制答案

按住 Option 键，然后双击答案即可快速将其复制到剪贴板。

<div align="left"><figure><img src="/files/bS9Fd3kDaC2X2XRjmNaS" alt="" width="368"><figcaption><p>按住 Option 键并双击答案即可将其复制到剪贴板</p></figcaption></figure></div>

### 将行和答案作为图片复制

分享计算结果的快速方法是将其作为图片。

选择一些行，然后转到 `编辑 > 复制 > 将行和答案作为图片复制`。这将把一张图片放入剪贴板，您随后可以将其粘贴到信息、邮件等应用中。


---

# 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/zh/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.
