Skip to content

Instantly share code, notes, and snippets.

@dabd
Created December 13, 2013 14:43
Show Gist options
  • Select an option

  • Save dabd/7945289 to your computer and use it in GitHub Desktop.

Select an option

Save dabd/7945289 to your computer and use it in GitHub Desktop.
SetFocusStarsEditBox()
{
global stars_editbox
WinGet, active_id, ID, A
ControlFocus, stars_editbox, ahk_id %active_id%
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment