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) {
|
||||
|
||||
Reference in New Issue
Block a user