sclick.ahk 160 B

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