dclick.ahk 159 B

123456
  1. Ctrl::
  2. If (A_PriorHotKey = A_ThisHotKey and A_TimeSincePriorHotkey < 250) {
  3. sleep 10
  4. Send {Click 2} ; Moves the cursor; MouseGetPos X,Y
  5. }
  6. Return