How do I put in number 123 when it becomes 112233?

The fields always double the file input number.
For example, if I put 13, it becomes 1133.
How can I fix it?

HI,

For now, can you try either of the following?

  • Change Input method.

    If you use classic TypeInto, turn on SimulateType or SendWindowMessage.

    If you use modern TypeInto, choose Simualte, SendWindowMessage or ChroiumAPI

  • Copy text to Clipboard, then use SendHotkey (Keyboard Shortcut) Ctrl +v

image

Regards,

1 Like

It worked out great with second option.
I appreciate your help! :slight_smile:

1 Like