FastHotkey v0.1.0
Ultra-fast global hotkey library for Java — system-wide hotkeys even when your app is not focused
What's New
- CLI Demo with clean output
- Minimized native debug output
- Screenshot in README
Run the Demo
java -jar fasthotkey-1.0.0.jar fasthotkey.DemoPress Ctrl+Shift+H to test, Ctrl+C to exit.
Installation
Maven:
<dependency>
<groupId>io.github.andrestubbe</groupId>
<artifactId>fasthotkey</artifactId>
<version>1.0.0</version>
</dependency>