We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9c840cd + 1d6fbf2 commit 065fc57Copy full SHA for 065fc57
README.md
@@ -2,8 +2,8 @@
2
JNativeHook is a library to provide global keyboard and mouse listeners for
3
Java. This will allow you to listen for global shortcuts or mouse motion that
4
would otherwise be impossible using pure Java. To accomplish this task,
5
-JNativeHook leverages platform dependent native code through Java's native
6
-interface to create low level system wide hooks and deliver those events to
+JNativeHook leverages platform-dependent native code through Java's native
+interface to create low-level system-wide hooks and deliver those events to
7
your application.
8
9
The following events are available via their respective listeners.
0 commit comments