Skip to content

Commit cacec24

Browse files
committed
v1.3 fix bug
1 parent 9f345f8 commit cacec24

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

Frame1.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
hm.mouse_hook = False
2626
global hm2
2727
hm2 = pyHook.HookManager()
28+
hm2.keyboard_hook = False
2829

2930

3031
KEYS = ['F3', 'F4', 'F5', 'F6', 'F7', 'F8', 'F9', 'F10', 'F11', 'F12']
@@ -102,7 +103,6 @@ def _init_ctrls(self, prnt):
102103
label=u'If you want to stop it, Press F12', name='tstop',
103104
parent=self.panel1, pos=wx.Point(25, 332), size=wx.Size(183, 18),
104105
style=0)
105-
self.tstop.SetToolTipString('tstop')
106106
self.tstop.Show(False)
107107

108108
self.stimes = wx.SpinCtrl(id=wxID_FRAME1STIMES, initial=0, max=1000,
@@ -161,7 +161,6 @@ def __init__(self, parent):
161161
mself=self
162162

163163
self._init_ctrls(parent)
164-
165164

166165
self.SetIcon(GetMondrianIcon())
167166
self.taskBarIcon = TaskBarIcon(self)
@@ -384,7 +383,7 @@ def OnTaskBarLeftDClick(self, event):
384383
self.frame.Raise()
385384

386385
def OnAbout(self,event):
387-
wx.MessageBox('KeymouseGo v1.2', 'KeymouseGo')
386+
wx.MessageBox('https://github.com/taojy123/KeymouseGo', 'KeymouseGo')
388387
event.Skip()
389388

390389
def OnCloseshow(self,event):

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# KeymouseGo v1.2
1+
# KeymouseGo v1.3
22

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

@@ -9,7 +9,7 @@
99

1010
该软件通过 `Python` 语言编写,已编译为 `windows` 平台可执行文件,未安装 `Python` 的用户可直接下载 `release` 版本 https://github.com/taojy123/KeymouseGo/releases ,直接点击 `KeymouseGo.exe` 运行
1111

12-
<img src="https://raw.githubusercontent.com/taojy123/KeymouseGo/master/sample.png" width="365">
12+
<img src="https://raw.githubusercontent.com/taojy123/KeymouseGo/master/sample.png" width="370">
1313

1414
----------------------
1515

@@ -74,6 +74,9 @@
7474

7575
# 更新说明
7676

77+
## v1.3
78+
+ Bug 修复
79+
7780
## v1.2
7881
+ UI 更新
7982
+ 移除了 `后台模式`

sample.png

-1.05 KB
Loading

0 commit comments

Comments
 (0)