Quintus / Automations

Automations is a Ruby 1.9 project consisting of libraries to fake and simulate (automate) user input like pressing keys or moving windows. Linux X server systems can be automated by using xdotool internally, Windows systems by using AutoItX3.
30 stars 8 forks source link

Controls should inherit from Windows #6

Closed stevenheidel closed 6 years ago

stevenheidel commented 14 years ago

Have Controls inherit from Windows, so that you don't need to put in the window title a whole bunch of times.

Planned for version: 1.0.0

Quintus commented 6 years ago

I don't work on this project anymore.