Skip to content

Instantly share code, notes, and snippets.

@tsaiid
Created February 11, 2015 05:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsaiid/da00a5e9cd227fb8ade2 to your computer and use it in GitHub Desktop.
Save tsaiid/da00a5e9cd227fb8ade2 to your computer and use it in GitHub Desktop.
Move mouse to SmartIris to activate current image, and then confirm the report (^k)
;;; Move mouse to SmartIris to activate current image, and then confirm the report (^k).
$^k::
MouseGetPos, xpos,ypos
MouseMove, 1919, 0
SetMouseDelay, 250
MouseMove, 1921, 0
SetMouseDelay, 0
MouseMove, %xpos%, %ypos%
Send ^k
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment