taojy123 / KeymouseGo

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

Can it click in specific window? #264

Open dasiuk opened 10 months ago

dasiuk commented 10 months ago

Hey man! I don't know, can I choose a window I want it to click in? From the list of processes?

Also when trying to install on windows 10 pro I get this error: image

dasiuk commented 10 months ago

Traceback (most recent call last): File "KeymouseGo.py", line 148, in File "KeymouseGo.py", line 55, in main File "UIFunc.py", line 119, in init TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'

Monomux commented 10 months ago

Currently this program couldn't work merely on a specific window. 😢

Traceback (most recent call last): File "KeymouseGo.py", line 148, in File "KeymouseGo.py", line 55, in main File "UIFunc.py", line 119, in init TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'

Please check if the value of StopHotKeyIndex in config.ini is a number, or you can delete config.ini in the work directory and restart the program.

dasiuk commented 10 months ago

Thanks! Np, hope I'll find specific window clicker some day