Skip to content

Instantly share code, notes, and snippets.

@TLMcode
Created March 3, 2017 17:55
Show Gist options
  • Save TLMcode/c65edb559a07e862fc1594007af2ba19 to your computer and use it in GitHub Desktop.
Save TLMcode/c65edb559a07e862fc1594007af2ba19 to your computer and use it in GitHub Desktop.
Returns a string with input characters
GetAllInputChars()
{
Loop 256
ChrStr .= Chr( a_index ) " "
ChrStr .= "{down} {up} {right} {left} "
Return ChrStr
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment