From 80a50323d540f48a6762a66d60b45bf1c289a0cf Mon Sep 17 00:00:00 2001 From: Bonfire Date: Sun, 29 Apr 2018 04:46:00 -0400 Subject: [PATCH] Added support for global hotkey to start/stop the clicker. Introduced a third-party global hooking library. Reworked the hotkey setting function. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f67526..6c42b26 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ JClicker is an extremely lightweight autoclicker made in Java with an emphasis o [![GitHub (pre-)release](https://img.shields.io/github/release/Bonfire/JClicker/all.svg)](https://github.com/Bonfire/JClicker/releases) ## Third-Party Libraries -[JNativeHook - Global keyboard and mouse listeners for Java. ](https://github.com/kwhat/jnativehook) +[JNativeHook - Global keyboard and mouse listeners for Java.](https://github.com/kwhat/jnativehook) ## Planned Features - Detect and allow the setting of different mouse buttons (mouse-4, mouse-5, etc.)