Skip to content

Instantly share code, notes, and snippets.

@kriswill
Created May 24, 2015 09:56
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 kriswill/58c86771fb4f0d7741fc to your computer and use it in GitHub Desktop.
Save kriswill/58c86771fb4f0d7741fc to your computer and use it in GitHub Desktop.
Elite Gliese 58/HIP 8830 macros
#SingleInstance force
^g::
setkeydelay, 10, 10
PlotStar("gliese 58", 1000)
exit
^h::
setkeydelay, 10, 10
PlotStar("hip 8830", 2100)
exit
PlotStar(StarName, AnimationSleep)
{
send, g
sleep, 3000
send, ee
sleep, 20
send, {Space}
sleep, 20
send, %StarName%
sleep, 20
send, {Enter}
sleep, %AnimationSleep%
MouseMove, 1277, 686, 0
sleep, 1000
MouseClick, left, 1530, 692
sleep, 500
send, g
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment