R
R
rusmarik2018-12-27 10:12:24
Mozilla Firefox
rusmarik, 2018-12-27 10:12:24

What is a program to emulate text input from the keyboard?

I need to enter the finished text into the browser field with my hands, but I need the program to do it just like a person. I did not find any programs other than the zennoposter, but it does not fit. Please advise.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
Konstantin Tsvetkov, 2018-12-27
@tsklab

PROGRAMMING
Write a program that will intercept keystrokes and suggest continuation.
There are osk.exe.

S
SeaMan75, 2018-12-27
@SeaMan75

The easiest and fastest way is AutoHotKey (AHK) or AutoIt Script. But AHK is easier.

I need to enter the finished text into the browser field with my hands, but I need the program to do it just like a person.
on AHK is solved in one line:
For example, here is the input to the text fields:
any qwe01 input will be replaced by 154236___1{TAB }Fedotov{TAB}Pavel{TAB}Veniaminovich{TAB}23434342352112{TAB}00 . {TAB} - pressing the Tab key - moving to the next field.
Or there are utilities: FastKeys, PhrasExpress and a lot of others, paid and free.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question