Skip to content

Commit d9a7ca3

Browse files
author
taojiayuan
committed
release v3.2
1 parent e0e84c0 commit d9a7ca3

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Frame1.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import ctypes
2020

2121

22-
VERSION = '3.1'
22+
VERSION = '3.2'
2323

2424

2525
wx.NO_3D = 0
@@ -483,7 +483,7 @@ def run_script_once(cls, script_path, thd=None):
483483
# 去空字符
484484
line = line.strip()
485485
content += line
486-
486+
487487
# 去最后一个元素的逗号(如有)
488488
content = content.replace('],\n]', ']\n]')
489489

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# KeymouseGo v3.1
1+
# KeymouseGo v3.2
22

33
功能:记录用户的鼠标键盘操作,通过触发按钮自动执行之前记录的操作,可设定执行的次数,可以理解为 `精简绿色版``按键精灵`
44

@@ -123,6 +123,12 @@
123123
暂时没法打包 `x86` 版本,32 位系统的同学请自行源码编译,或 [下载v1.5老版本](https://github.com/taojy123/KeymouseGo/releases/tag/v1.5) 使用
124124

125125

126+
## v3.2
127+
128+
+ 脚本文件中可使用 `//` 进行内容注释
129+
+ 可录制鼠标轨迹(`mouse move` 事件),并可在软件中设置轨迹精度,填 0 即不录制轨迹。
130+
131+
126132
## v3.1
127133

128134
针对这个 issue(https://github.com/taojy123/KeymouseGo/issues/39) 增加了两个功能点

0 commit comments

Comments
 (0)