By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!I dunno! I''ve been using Alt-1, Alt-2 , ... for a couple days. Windows gives them to TCC, and my key handler gets them ... not so when I try with KEYSTACK.Keystack can send them, but Windows will eat or translate most alt keys.
KEYSTACK /w180 Alt-1
Thanks!An Alt-1 does not send the Alt key + the 1 key; it sends the Alt Key + an ASCII value of 1. If you want to send a literal 1 - 9, you need to do something like:
Code:keystack Alt-"1"
Or you could send:
Code:keystack Alt-49