Do not include input files in the commit system.
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
648dac48ca
commit
727b521a3c
2
run
2
run
@ -1,2 +1,2 @@
|
||||
mvn clean compile assembly:single
|
||||
mvn compile assembly:single
|
||||
java -jar target/ffxivai-1.0-jar-with-dependencies.jar
|
@ -19,14 +19,6 @@ public class App implements NativeKeyListener{
|
||||
public static JFrame f;
|
||||
public void nativeKeyPressed(NativeKeyEvent e) {
|
||||
System.out.println("Key Pressed: " + NativeKeyEvent.getKeyText(e.getKeyCode()));
|
||||
|
||||
/*if (e.getKeyCode() == NativeKeyEvent.VC_ESCAPE) {
|
||||
try {
|
||||
GlobalScreen.unregisterNativeHook();
|
||||
} catch (NativeHookException nativeHookException) {
|
||||
nativeHookException.printStackTrace();
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
public void nativeKeyReleased(NativeKeyEvent e) {
|
||||
|
@ -1 +0,0 @@
|
||||
/workspace/ffxivai/src/main/java/sig/App.java
|
Loading…
x
Reference in New Issue
Block a user