Graphical editor for the keyboard of the app MacroKeys.
- Create a virtual keyboard to use in your Android Device to command your desktop PC using the desktop server app
- Pixel perfect accuracy: the keyboard you will make will perfectly match your device screen size
- Undo/Redo functionality
This project is built with maven so you need to install the maven cli to run it.
To execute simply use
mvn exec:java
mvn package
The output .jar
is in the ./target
directory.
This project is licensed under the GPL License see the LICENSE.md file for details