taojy123 / KeymouseGo

类似按键精灵的鼠标键盘录制和自动化操作 模拟点击和键入 | automate mouse clicks and keyboard input
http://taojy123.github.io/KeymouseGo
GNU General Public License v2.0
7.15k stars 1.04k forks source link

[potential bug] 更改快捷键后无法正常运行 #184

Closed iopav closed 1 year ago

iopav commented 1 year ago

笔记本没有f9 因此将执行中断改为中键

感谢大大的code

iopav commented 1 year ago
2022-11-06 22:17:09.266 | INFO     | UIFunc:getextension:589 - Load plugin class <class 'Extension.Extension'> in module Extension
2022-11-06 22:17:09.266 | INFO     | UIFunc:recordMethod:426 - Record start
2022-11-06 22:17:18.451 | INFO     | UIFunc:recordMethod:405 - Record stop
2022-11-06 22:17:18.451 | INFO     | UIFunc:get_script_path:354 - Script path: ===========
2022-11-06 22:17:22.369 | INFO     | UIFunc:OnBtrunButton:444 - Script start
2022-11-06 22:17:22.369 | INFO     | UIFunc:get_script_path:354 - Script path: =====
2022-11-06 22:17:22.369 | INFO     | UIFunc:run:512 - 1106_2217.txt running..
2022-11-06 22:17:22.369 | INFO     | UIFunc:getextension:589 - Load plugin class <class 'Extension.Extension'> in module Extension
2022-11-06 22:17:32.178 | INFO     | UIFunc:run:563 - Script run finish
2022-11-06 22:17:46.641 | INFO     | UIFunc:OnBtrunButton:444 - Script start
2022-11-06 22:17:46.657 | INFO     | UIFunc:get_script_path:354 - Script path: =========
2022-11-06 22:17:46.657 | INFO     | UIFunc:run:512 - 1106_2217.txt running..
2022-11-06 22:17:46.657 | INFO     | UIFunc:getextension:589 - Load plugin class <class 'Extension.Extension'> in module Extension
2022-11-06 22:17:56.331 | INFO     | UIFunc:run:563 - Script run finish
2022-11-06 22:18:02.976 | INFO     | UIFunc:OnBtrunButton:444 - Script start
2022-11-06 22:18:02.976 | INFO     | UIFunc:get_script_path:354 - Script path: =
2022-11-06 22:18:02.976 | INFO     | UIFunc:run:512 - 1106_2217.txt running..
2022-11-06 22:18:02.976 | INFO     | UIFunc:getextension:589 - Load plugin class <class 'Extension.Extension'> in module Extension
2022-11-06 22:18:04.269 | INFO     | UIFunc:hotkeymethod:219 - Script stop
2022-11-06 22:18:04.269 | INFO     | UIFunc:run_script_once:698 - Broken at [3/43]
2022-11-06 22:18:04.601 | INFO     | UIFunc:run:565 - Script run interrupted
2022-11-06 22:18:12.403 | INFO     | UIFunc:OnBtrunButton:444 - Script start
2022-11-06 22:18:12.403 | INFO     | UIFunc:get_script_path:354 - Script path: =
2022-11-06 22:18:12.403 | INFO     | UIFunc:run:512 - 1106_2217.txt running..
2022-11-06 22:18:12.403 | INFO     | UIFunc:getextension:589 - Load plugin class <class 'Extension.Extension'> in module Extension
2022-11-06 22:18:13.691 | INFO     | UIFunc:hotkeymethod:219 - Script stop
2022-11-06 22:18:13.691 | INFO     | UIFunc:run_script_once:698 - Broken at [3/43]
2022-11-06 22:18:13.999 | INFO     | UIFunc:run:565 - Script run interrupted
2022-11-06 22:18:20.119 | INFO     | UIFunc:OnBtrunButton:444 - Script start
2022-11-06 22:18:20.119 | INFO     | UIFunc:get_script_path:354 - Script path: =
2022-11-06 22:18:20.119 | INFO     | UIFunc:run:512 - 1106_2217.txt running..
2022-11-06 22:18:20.135 | INFO     | UIFunc:getextension:589 - Load plugin class <class 'Extension.Extension'> in module Extension
2022-11-06 22:18:29.784 | INFO     | UIFunc:run:563 - Script run finish
Monomux commented 1 year ago

判断热键时的条件有点问题,已提交更改 4a4d56477669039e80b614d30983f71a5b387300 。