robot
robot copied to clipboard
Native cross-platform system automation
Currently, the Hash class has abysmal performance when compared to other CRC32 algorithms. Looking at our options [here](https://github.com/komrad36/CRC), [here](https://github.com/awslabs/aws-checksums) and [here](https://github.com/Voxer/sse4_crc32), it's clear that there's a lot of improvements which...
For improved security, it might be a good idea to not statically link system calls but instead, dynamically load and resolve said system calls during runtime. As an example, on...
It would be convenient to be able to send keyboard and mouse inputs directly to windows themselves. However, there is no rock solid way of doing this across all applications....
There is an issue of simulating some keyboard combinations in windows. The combinations of the form shift+{smth}, where {smth} is 'ins', 'del', 'home', 'end', 'pgup', 'pgdn', or arrow keys are...
I was having a few issues with your module and some applications mostly video games. These applications won't respond to keyboard events triggered from robot. After tracing this down and...
I'm not sure how big a problem this is but if would be nice if simulated input events could be sent without setting the [LLKHF_INJECTED](https://msdn.microsoft.com/en-us/library/windows/desktop/ms644967%28v=vs.85%29.aspx) on Windows within low-level input...
Some applications like to take control of the mouse cursor in order to perform infinite scrolling or some sort of movement. As an example, the application might hide the mouse...
Sometimes it might be useful to communicate with devices such as [Arduino's](https://www.arduino.cc) or [Raspberry Pi's](https://www.raspberrypi.org) through serial communications over USB. One such scenario is when you want to use an...
Because of incorrect condition, I failed to activate a window with specified PID. Follows are issues that related with this problem. [#robotgo/73](https://github.com/go-vgo/robotgo/issues/73) \# line 1795 ``` - if (AXUIElementPerformAction (window.mData->AxID,...