Skip to content

Commit ce71e76

Browse files
authored
Update README.md formatting for clarity
Add a blank line after the suggestion to use a virtual environment.
1 parent e58b8cd commit ce71e76

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@
4848

4949
```bash
5050
pip install customtkinter pynput
51-
💡 建议在虚拟环境中运行,避免污染全局 Python 环境。
5251
```
52+
💡 建议在虚拟环境中运行,避免污染全局 Python 环境。
53+
5354
## 运行程序
5455

5556
```bash
@@ -58,9 +59,13 @@ python main.py
5859
📖 快捷键说明
5960

6061
快捷键 功能
62+
6163
F8 启动 / 停止 普通连点(鼠标或键盘)
64+
6265
F9 抓取当前鼠标坐标(填入固定位置)
66+
6367
F10 开始 / 停止 宏录制
68+
6469
F11 开始 / 停止 宏播放
6570

6671
📦 如何打包

0 commit comments

Comments
 (0)