Package com.esotericpig.jeso.botbuddy
package com.esotericpig.jeso.botbuddy
-
ClassDescriptionBotBuddy is a simple wrapper around
java.awt.Robot
.BotBuddy.Builder constructs aBotBuddy
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" forBotBuddy
.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?