https://github.com/bithatch/macrolib
A library for Java on Linux for remapping input events and creating keyboard, mouse or joystick macros.
https://github.com/bithatch/macrolib
Last synced: 7 months ago
JSON representation
A library for Java on Linux for remapping input events and creating keyboard, mouse or joystick macros.
- Host: GitHub
- URL: https://github.com/bithatch/macrolib
- Owner: bithatch
- License: gpl-3.0
- Created: 2020-12-12T22:55:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T00:05:33.000Z (about 5 years ago)
- Last Synced: 2024-12-27T20:35:11.429Z (over 1 year ago)
- Language: Java
- Size: 166 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# macrolib
Java input event remapping and macro library for Linux. This library is a Java port of the macro system in [Gnome15](https://github.com/Gnome15/gnome15), of which I was the original author.
It was stripped down and converted to Java, modernising and adding some new features so it could be made part of my related project, [Snake](https://github.com/bithatch/snake) which has some similarities, but is for Razer keyboards.
## Configuring your project
The library is currently available in Maven OSS Snapshots repository, so configure your project according to the
build system you use.
Requires Java 9 or higher (due to modularity requirements).
### Maven
```xml
uk.co.bithatch
macrolib
1.0-SNAPSHOT
```
## Try It
There is no further documentation just yet, I am focussed on the primary user of this library, the application [Snake](https://github.com/bithatch/snake).