R
R
Radiolover2015-07-03 22:29:54
Programming
Radiolover, 2015-07-03 22:29:54

How to send a command to press a key on a specific schedule to the program?

It is necessary to send a command to press a certain key from the F1 ... F11 series to a specific running program on Windows according to a specific schedule.
In manual mode, the scheme is as follows: I pressed a key on the keyboard - a certain process started in the program, I pressed it again - this certain process stopped, so according to a certain schedule.
The essence of the task is to automate pressing the desired key instead of the PC operator.
How can this be implemented? Maybe there is already something that could be sharpened for this task?
I feel that the matter may result in programming in some language, but I am not strong in this.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Spetros, 2015-07-03
@Spetros

https://ru.wikipedia.org/wiki/AutoHotkey

V
Vladimir Martyanov, 2015-07-04
@vilgeforce

FindWindow + SendMessage and all this on a timer in a separate program, for example.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question