Skip to content

FastHotkey v0.1.0 — Global System-Wide Hotkeys for Java

Latest

Choose a tag to compare

@github-actions github-actions released this 23 May 10:29
· 13 commits to main since this release

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.Demo

Press 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>