topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 6:42 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: IDEA: configure double-click max speed  (Read 4113 times)

insert_nick

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 76
    • View Profile
    • @insert_nick
    • Donate to Member
IDEA: configure double-click max speed
« on: September 16, 2006, 08:35 AM »
I'd like to have a way to choose the level of speed of two consecutive clicks for the OS to say it is a double-click. This is not the same thing that we can configure from the Control Panel -> Mouse, it's somehow the opposite: i.e. I'd like to discard double-clicks which are too much fast, making them behaving like if they were just single clicks.

So, to make it clear:
Click-[some time]-Click
  • if "some time" is less than the specified interval of time, we translate it as a "single click"
  • if "some time" is greater than the specified interval of time, we translate it as a "double click"

It would be great if it was done as a AutoHotKey script. I think it's not easy, we need to "capture" the double-clicks and avoid them to do what they're going to do, that is behaving like normal double-clicks... I wonder if it can really be done or it's impossible.