Skip to content

Commit 065fc57

Browse files
committed
Merge branch 'master' of https://github.com/kwhat/jnativehook
2 parents 9c840cd + 1d6fbf2 commit 065fc57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
JNativeHook is a library to provide global keyboard and mouse listeners for
33
Java. This will allow you to listen for global shortcuts or mouse motion that
44
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
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
77
your application.
88

99
The following events are available via their respective listeners.

0 commit comments

Comments
 (0)