Page 1 of 1

Letters sometimes dissapearing

Posted: 28 Nov 2021, 16:04
by lokal
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?

Re: Letters sometimes dissapearing

Posted: 28 Nov 2021, 16:05
by gregster
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.)

Re: Letters sometimes dissapearing

Posted: 28 Nov 2021, 16:07
by mikeyww