Skip to content

A library for Java on Linux for remapping input events and creating keyboard, mouse or joystick macros.

License

Notifications You must be signed in to change notification settings

bithatch/macrolib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

macrolib

Java input event remapping and macro library for Linux. This library is a Java port of the macro system in 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 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

	<dependency>
		<groupId>uk.co.bithatch</groupId>
		<artifactId>macrolib</artifactId>
		<version>1.0-SNAPSHOT</version>
	</dependency>

Try It

There is no further documentation just yet, I am focussed on the primary user of this library, the application Snake.

About

A library for Java on Linux for remapping input events and creating keyboard, mouse or joystick macros.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages