Skip to content

Commit

Permalink
release v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taojiayuan committed Jan 14, 2021
1 parent e0e84c0 commit d9a7ca3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Frame1.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import ctypes


VERSION = '3.1'
VERSION = '3.2'


wx.NO_3D = 0
Expand Down Expand Up @@ -483,7 +483,7 @@ def run_script_once(cls, script_path, thd=None):
# 去空字符
line = line.strip()
content += line

# 去最后一个元素的逗号(如有)
content = content.replace('],\n]', ']\n]')

Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# KeymouseGo v3.1
# KeymouseGo v3.2

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

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


## v3.2

+ 脚本文件中可使用 `//` 进行内容注释
+ 可录制鼠标轨迹(`mouse move` 事件),并可在软件中设置轨迹精度,填 0 即不录制轨迹。


## v3.1

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

0 comments on commit d9a7ca3

Please sign in to comment.