@@ -64,7 +64,7 @@ If you have found this library useful, please consider making a donation.
64
64
[ ![ Donate] ( https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UPMHT4ZFBTCBL )
65
65
66
66
## Compiling Instructions
67
- Detailed instructions to [ compile from source] ( Compile.md ) are available in the wiki.
67
+ Detailed instructions to [ compile from source] ( wiki/ Compile.md) are available in the wiki.
68
68
69
69
## Demo Applicaiton
70
70
The graphical example application was created to provided a real-time
@@ -73,13 +73,13 @@ application simply execute the jar file provided. Source code available at
73
73
[ src/java/org/jnativehook/example/NativeHookDemo.java] ( src/java/org/jnativehook/example/NativeHookDemo.java ) .
74
74
75
75
## Sample Code
76
- * [ Global Keyboard Listener] ( src/ wiki/examples/Keyboard.md)
77
- * [ Global Mouse Listener] ( src/ wiki/examples/Mouse.md)
78
- * [ Global Mouse Wheel Listener] ( src/ wiki/examples/MouseWheel.md)
79
- * [ Working with Swing] ( src/ wiki/examples/Swing.md)
80
- * [ Logging and Console Output] ( src/ wiki/examples/ConsoleOutput.md)
81
- * [ Advanced Library Loading] ( src/ wiki/examples/LibraryLoading.md)
82
- * [ Consuming Events (Unsupported)] ( src/ wiki/examples/ConsoleOutput.md)
76
+ * [ Global Keyboard Listener] ( wiki/examples/Keyboard.md )
77
+ * [ Global Mouse Listener] ( wiki/examples/Mouse.md )
78
+ * [ Global Mouse Wheel Listener] ( wiki/examples/MouseWheel.md )
79
+ * [ Working with Swing] ( wiki/examples/Swing.md )
80
+ * [ Logging and Console Output] ( wiki/examples/ConsoleOutput.md )
81
+ * [ Advanced Library Loading] ( wiki/examples/LibraryLoading.md )
82
+ * [ Consuming Events (Unsupported)] ( wiki/examples/ConsoleOutput.md )
83
83
84
84
## Additional Information
85
85
Up to date source code and documentation available at:
0 commit comments