This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hi,
I've been using AHK to solve the notorious mouse single-click-turn-into-double click problem, and the one I am using is from r.secsrv.net/AutoHotkey/Scripts/Buggy-Mouse
I'm not copy pasting the code because the whole thing is 360 lines total.
The script itself can be directly viewed here:
http://jslover.net/AutoHotkey/Scripts/Buggy-Mouse.ahk
This script is turning a quick double click (delay < 90ms) into a single click of the respective button. But this isn't quite the behavior I would expect when I try to drag something. I need to turn the quick double click into a mouse down instead of single mouse click
I'm a bit lost on which part should I modify on this script
My guess is these 2 lines
Send, {Blind}{%A_ThisHotkey_KeyName% DownTemp}
Send, {Blind}{%A_ThisHotkey_KeyName% up}
But the whole script is too complex for me that I don't know from which part I should modify it.
If someone can do a simple modification, or create even a simpler script to turn quick double click into mouse down, I'd really really appreciate that.
Thank you,
Subreddit
Post Details
- Posted
- 6 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/AutoHotkey/...