This commit is contained in:
@@ -59,9 +59,8 @@ public class JIntellitypeDevice extends Device implements HotkeyListener, Intell
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void onIntellitype(int command) {
|
public void onIntellitype(int command) {
|
||||||
CommandButton commandButton;
|
|
||||||
try {
|
try {
|
||||||
commandButton = CommandButton.create(command);
|
CommandButton commandButton = CommandButton.create(command);
|
||||||
add(new Press(commandButton));
|
add(new Press(commandButton));
|
||||||
add(new Release(commandButton));
|
add(new Release(commandButton));
|
||||||
} catch (UnknownButtonException e) {
|
} catch (UnknownButtonException e) {
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
package pm.macro;
|
package pm.macro;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public class Sequence {
|
public class Sequence {
|
||||||
protected State[] eventArray;
|
protected State[] eventArray;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user