V
V
Vitaly Pukhov2015-07-20 05:13:27
Hotkeys
Vitaly Pukhov, 2015-07-20 05:13:27

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);
                }

But her interface, to put it mildly, is absent, but there is no laziness and time to do it, maybe there is one already ready? What is important is the ease of creating and editing scripts, binding the launch to a key, not binding to controls, because you need to steer in RDP, and there are no controls there.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
AlikDex, 2015-07-20
@AlikDex

https://www.autoitscript.com/site/autoit/
Automatic creation of macros is possible.

M
Marina Lebed, 2015-07-20
@idmarina_lebed

There is such a program. It's called clickermann. It's easy to find + it's free. I'll help you figure it out.b84e6b6421e445da9bf54bd9c7e431e7.gif

U
unicorn791, 2020-10-16
@unicorn791

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 question

Ask a Question

731 491 924 answers to any question