Hi, usually I use more ControlClick over 15 NOX session, all working ok but i have really noise problem: sometimes i have "random Mouse Click" were mouse are ... and NOT only were ControlClick must "click"
Simply solution are to "move" mouse were there are no interaction points but ... it's really annoying solution
I try to "play" with "SetControlDelay -1" and "ControlClick, ,...,...,,, NA"
ps. see also https://autohotkey.com//boards/viewtopi ... 67&t=54722 for some example
one possible solution ???
how to solve ControlClick problem
Re: how to solve ControlClick problem
try sending WM_MOUSEMOVE before doing the ControlClick:
https://autohotkey.com/board/topic/9695 ... k-improve/
would be nice if someone added an MM option to ControlClick which would send the WM_MOUESMOVE, and submitted the pull request to AHK v2
https://autohotkey.com/board/topic/9695 ... k-improve/
would be nice if someone added an MM option to ControlClick which would send the WM_MOUESMOVE, and submitted the pull request to AHK v2
Re: how to solve ControlClick problem
i just read this before
but my problema are random "unwanted" mouseclick … ControlClick command work perfectly … and i want to move mouse independent of ControlClick
but try
but my problema are random "unwanted" mouseclick … ControlClick command work perfectly … and i want to move mouse independent of ControlClick
but try
Re: how to solve ControlClick problem
I forgot to update ... I solved by use every time SetControlDelay -1 before every ControlClick
Code: Select all
SetControlDelay -1
ControlClick, , ,,,, NA ; first click
SetControlDelay -1
ControlClick, , ,,,, NA ; second click
SetControlDelay -1
ControlClick, , ,,,, NA ; other click
Who is online
Users browsing this forum: No registered users and 21 guests