Skip to content

Commit

Permalink
v1.3 fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
taojy123 committed Jan 17, 2019
1 parent 9f345f8 commit cacec24
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Frame1.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
hm.mouse_hook = False
global hm2
hm2 = pyHook.HookManager()
hm2.keyboard_hook = False


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

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

self._init_ctrls(parent)


self.SetIcon(GetMondrianIcon())
self.taskBarIcon = TaskBarIcon(self)
Expand Down Expand Up @@ -384,7 +383,7 @@ def OnTaskBarLeftDClick(self, event):
self.frame.Raise()

def OnAbout(self,event):
wx.MessageBox('KeymouseGo v1.2', 'KeymouseGo')
wx.MessageBox('https://github.com/taojy123/KeymouseGo', 'KeymouseGo')
event.Skip()

def OnCloseshow(self,event):
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# KeymouseGo v1.2
# KeymouseGo v1.3

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

Expand All @@ -9,7 +9,7 @@

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

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

----------------------

Expand Down Expand Up @@ -74,6 +74,9 @@

# 更新说明

## v1.3
+ Bug 修复

## v1.2
+ UI 更新
+ 移除了 `后台模式`
Expand Down
Binary file modified sample.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cacec24

Please sign in to comment.