All Classes and Interfaces
Class
Description
BotBuddy is a simple wrapper around
java.awt.Robot
.
BotBuddy.Builder constructs a
BotBuddy
using the Builder Design Pattern.
This class can really be used for any automated operations, not just
keyboard shortcuts.
BotBuddyCode is a simple scripting "language" for
BotBuddy
.
To run this app and view its options:
$ java -cp 'build/libs/*' com.esotericpig.jeso.botbuddy.BotBuddyCodeApp --help
FIXME: Will this (VK_SHIFT, etc.) work for Mac OS X?