Quantcast
Channel: AutoHotkey Community
Viewing all articles
Browse latest Browse all 579

Ask for Help (v1) • Re: Hotstring not triggered by Enter as it usually does if I use it for a Hotkey

$
0
0
I'm confused on how I can replace the code in the subroutine, could you please clear that for me?

CODE:

::btw::by the way
$Enter::
send, {enter}
Sleep 50
sendMsg("hello world")
Return

sendMsg(msg) {
Send ^a
SendInput % "{Text}" msg "`n"
}


which doesn't expand btw for me.

Statistics: Posted by Jakes05xx — 23 minutes ago



Viewing all articles
Browse latest Browse all 579

Trending Articles