▲ 1 r/AutoHotkey
Sendtext sending gibberish
SOLVED: Probably been said many times before, but don't test your scripts in Notepad!
Hey folks,
I'm trying to write a simple script to automate some of the phrases I have to type at work. My script is painfully simple but doesn't work:
F13::
{
SendText "Alt HW ist im EGS angekommen."
}
But when I activate and test it, I get errors, it might work once or twice out of ten times:
Alt HW ist im EGS angekommen.
Alt HW ist im EGS angekommen.
Alt GS angekommen.
Alt HW ngekommen.
Alt HW ist im ekommen.
Alt HW gekommen.
Alt HW ………..
Alt …………….
Alt gekommen.
Alt …………………….
Has anyone had this problem before, and can you tell me what I've done wrong?
u/Renoized — 6 days ago