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