I'm having this little issue with two scripts using ~ modifier for a hot key.
Script one:
~T:: msgbox you pressed T! return
Script two:
Send {T}
return
So I launch script one and then launch script two. But the message box never appears saying 'you pressed T!' when I use the ~ modifier.
I don't want it to block the key's native function but I do want it to still show the message box. Is there something I have missed in the documentation that will allow me to do this?
Thanking you for any help!
Dale




