how to solve ControlClick problem

Ask for help, how to use AHK_H, etc.
scriptors
Posts: 227
Joined: 25 Feb 2016, 09:01

how to solve ControlClick problem

08 Oct 2018, 05:13

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" :headwall:

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 ???
guest3456
Posts: 3463
Joined: 09 Oct 2013, 10:31

Re: how to solve ControlClick problem

08 Oct 2018, 08:47

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

scriptors
Posts: 227
Joined: 25 Feb 2016, 09:01

Re: how to solve ControlClick problem

08 Oct 2018, 12:32

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 ;)
scriptors
Posts: 227
Joined: 25 Feb 2016, 09:01

Re: how to solve ControlClick problem

25 Jul 2019, 06:16

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

Return to “Ask for Help”

Who is online

Users browsing this forum: No registered users and 32 guests