All Projects â†’ lambda-fairy â†’ robot

lambda-fairy / robot

Licence: Apache-2.0 license
🔧 Simulate keyboard and mouse events using Haskell

Programming Languages

haskell
3896 projects
python
139335 projects - #7 most used programming language

The Haskell Robot

Robot is a library for sending fake keyboard and mouse events using Haskell. Applications will respond as though the user performed the actions themselves.

Only X11 systems are supported right now, but Windows and Mac can be added later if anyone cares.

Here are some things you can do:

Quick start

First, download and install the library:

git clone https://github.com/lfairy/robot.git
cd robot
cabal install

Now try running some of the programs in the examples directory.

TODO

  • Backends for Mac OS X, Windows, and Wayland

  • Screenshots

  • Actions currently run instantaneously, which can be an issue for some applications. Perhaps add a small delay between each operation like Java does.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].