Coming soon - Get a detailed view of why an account is flagged as spam!
view details

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.

2
Mapping a double click to mouse down
Post Body

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,

Author
Account Strength
100%
Account Age
8 years
Verified Email
Yes
Verified Flair
No
Total Karma
40,941
Link Karma
633
Comment Karma
40,209
Profile updated: 3 days ago
Posts updated: 10 months ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
6 years ago