Helge Posted July 20, 2006 Posted July 20, 2006 (edited) HotKeySet("a", "myfunc") While 1 Sleep(100) WEnd Func myfunc() MsgBox(64, "", "What do you want ?") EndFunc Edited July 20, 2006 by Helge
kijer Posted July 20, 2006 Posted July 20, 2006 Hey I want to make a program to send things in code. is there a way to make it so when i press A it uses it as a hotkey. I tried {A} but that didnt work. and i cant seem to find anyplaces to show letter hotkeys.
jvanegmond Posted July 20, 2006 Posted July 20, 2006 If you use {A} (Capital A) you will have to press Shift + A github.com/jvanegmond
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now