The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 895 - File: showthread.php PHP 7.2.34 (Linux)
File Line Function
/showthread.php 895 errorHandler->error




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Disabling double click when it happens too fast
#1
Hello,

I have an issue where my mouse sometimes double clicks instead of single clicks.
I want to disable this double click. Again, this happens very fast so it is easily distinguishable from a normal double click.

Can anyone help me with this macro, as I'm not sure how to start.
I found a similar issue online, but the script is for AHK.

This is the AHK script:
Code:
Copy      Help
LButton::
If (A_TimeSincePriorHotkey < 100) ;hyperclick
Return
sendinput {LButton down}
KeyWait, LButton
sendinput {LButton up}
Return

Also please don't suggest that I get my mouse replaced. It's a pretty expensive mouse, warranty is gone and I am not willing to invest that much money when the mouse works almost perfectly.

Thanks for the help!

Antoine


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)