Jump to content

Recommended Posts

Posted

Hi
I created  a shortcut to send my email address:
 

HotKeySet("^{NUMPAD7}", "SendEmail")
Func SendEmail()
    Send("address@gmail.com")
EndFunc

I have an issue with Ctrl not releasing after pressing CtrlNum7, the text got sent but keyboard behaves as if I'm still holding Ctrl.

I tried to add Opt("SendKeyDelay", 50), and Sleep() before sending the text but it did not help.

So what am I doing wrong?

Posted

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...