Answer the question
In order to leave comments, you need to log in
Is there a program to emulate mouse and keyboard movement on a hotkey?
In general, the whole point is in the title, now I use a self-made utility that works on scripts like:
if (key == "q")
{
Point curpos = Cursor.Position;
MoveAndLeftClick(1172, 181);
Sleep(200);
MoveAndRightClick(1188, 162);
MoveAndLeftClick(1342, 237);
MoveTo(curpos.X, curpos.Y);
}
Answer the question
In order to leave comments, you need to log in
https://www.autoitscript.com/site/autoit/
Automatic creation of macros is possible.
There is such a program. It's called clickermann. It's easy to find + it's free. I'll help you figure it out.
If you need hardware emulation of the usb hid keyboard and mouse, see the usb2kbd.ru project
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question