File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed
src/main/java/de/doubleslash/keeptime/viewpopup Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 6767 <artifactId >flyway-core</artifactId >
6868 </dependency >
6969
70- <!-- https://mvnrepository.com/artifact/com.github.kwhat /jnativehook -->
70+ <!-- https://mvnrepository.com/artifact/com.1stleg /jnativehook -->
7171 <dependency >
72- <groupId >com.github.kwhat </groupId >
72+ <groupId >com.1stleg </groupId >
7373 <artifactId >jnativehook</artifactId >
74- <version >2.2.2 </version >
74+ <version >2.1.0 </version >
7575 </dependency >
7676
7777 <!-- maven assembly plugin -->
Original file line number Diff line number Diff line change 2424import java .util .logging .Level ;
2525import java .util .logging .Logger ;
2626
27+ import org .jnativehook .GlobalScreen ;
28+ import org .jnativehook .NativeHookException ;
29+ import org .jnativehook .keyboard .NativeKeyEvent ;
30+ import org .jnativehook .keyboard .NativeKeyListener ;
31+ import org .jnativehook .mouse .NativeMouseEvent ;
32+ import org .jnativehook .mouse .NativeMouseMotionListener ;
2733import org .slf4j .LoggerFactory ;
2834
29- import com .github .kwhat .jnativehook .GlobalScreen ;
30- import com .github .kwhat .jnativehook .NativeHookException ;
31- import com .github .kwhat .jnativehook .keyboard .NativeKeyEvent ;
32- import com .github .kwhat .jnativehook .keyboard .NativeKeyListener ;
33- import com .github .kwhat .jnativehook .mouse .NativeMouseEvent ;
34- import com .github .kwhat .jnativehook .mouse .NativeMouseMotionListener ;
35-
3635import javafx .application .Platform ;
3736
3837/**
You can’t perform that action at this time.
0 commit comments