@@ -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] ( wiki/Compile.md ) are available in the wiki.
67
+ Detailed instructions to [ compile from source] ( https://github.com/kwhat/jnativehook/wiki/Compiling ) 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
## Example Code
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 )
76
+ * [ Global Keyboard Listener] ( https://github.com/kwhat/jnativehook/ wiki/examples/Keyboard)
77
+ * [ Global Mouse Listener] ( https://github.com/kwhat/jnativehook/ wiki/examples/Mouse)
78
+ * [ Global Mouse Wheel Listener] ( https://github.com/kwhat/jnativehook/ wiki/examples/MouseWheel)
79
+ * [ Working with Swing] ( https://github.com/kwhat/jnativehook/ wiki/examples/Swing)
80
+ * [ Logging and Console Output] ( https://github.com/kwhat/jnativehook/ wiki/examples/ConsoleOutput)
81
+ * [ Advanced Library Loading] ( https://github.com/kwhat/jnativehook/ wiki/examples/LibraryLoading)
82
+ * [ Consuming Events (Unsupported)] ( https://github.com/kwhat/jnativehook/ wiki/examples/ConsoleOutput)
83
83
84
84
## Additional Information
85
85
Up to date source code and documentation available at:
0 commit comments