-Extreme Beginner-
I made a Button that sends µ whenever it's pressed, but I can hear Windows Error because the script is sending µ to the GUI where there is no text field to type in into. How can I click on the GUI and make it send text to my last active window.
#SingleInstance Force
Gui, Add, Button, w100 gKey, Micro
Gui, Show
return
Key:
send, µ
return