iTunesApplication omgeschreven naar bestaande iTunes wrapper. Kleine aanpassingen gemaakt in deze wrapper mbt flexibiliteit. Aantal debug teksten afgedrukt over actions, targets en applications. Serieus overwegen van een nette log module hiervoor!
This commit is contained in:
@@ -35,7 +35,7 @@ public class RumblepadDevice extends JavaInputDevice {
|
||||
Action.RESUME.setTarget(Target.APPLICATION));
|
||||
add(
|
||||
new Macro(
|
||||
new Press(RumblepadButton.ONE)
|
||||
new Press(RumblepadButton.NINE)
|
||||
),
|
||||
Action.EXIT.setTarget(Target.MAIN));
|
||||
} catch (MacroException e) {
|
||||
|
||||
@@ -7,7 +7,6 @@ import com.melloware.jintellitype.IntellitypeListener;
|
||||
import com.melloware.jintellitype.JIntellitype;
|
||||
|
||||
import pm.Action;
|
||||
import pm.Macro;
|
||||
import pm.Target;
|
||||
import pm.device.Device;
|
||||
import pm.exception.EventException;
|
||||
|
||||
Reference in New Issue
Block a user