Letters sometimes dissapearing

Ask gaming related questions (AHK v1.1 and older)
lokal
Posts: 1
Joined: 28 Nov 2021, 15:58

Letters sometimes dissapearing

Post by lokal » 28 Nov 2021, 16:04

When i'm using some binds for example
^f::
Send, {t} example {Enter}
return

than sometimes output looks

like this: "example"
or this "xample"
or even this "ample"

such situation appears only in games why?

gregster
Posts: 8999
Joined: 30 Sep 2013, 06:48

Re: Letters sometimes dissapearing

Post by gregster » 28 Nov 2021, 16:05

Games do all kind of things that require special treatment.

But if you want to use text mode, which could make sense, you should use {text}, not {t}.
(Then {enter} should be on a separate send line without text mode.)


Post Reply

Return to “Gaming Help (v1)”