ris58h / exkeymo-web

Android external keyboard remapping without root.

Home Page:https://exkeymo.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExKeyMo

Android external keyboard remapping without root https://exkeymo.herokuapp.com/ (NOT AVAILABLE ANYMORE - you'll have to run ExKeyMo locally to create an APK with your custom layout or use a prebuilt APK).

Need more than two layouts? https://github.com/ris58h/custom-keyboard-layout

Prebuilt APKs

Run locally

Requirements

  • Java (17 or higher).

Get

Clone the source code via Git:

git clone git@github.com:ris58h/exkeymo-web.git

Or download it as zip.

Build

./mvnw clean install

Run

java -jar target/exkeymo-web-*-jar-with-dependencies.jar

To run on a specific port use server.port system property:

java -Dserver.port=PORT_NUMBER -jar target/exkeymo-web-*-jar-with-dependencies.jar

Use

Visit http://localhost/ and don't forget to RTFM (http://localhost/docs.html).

About

Android external keyboard remapping without root.

https://exkeymo.herokuapp.com/

License:The Unlicense


Languages

Language:HTML 65.0%Language:Java 33.9%Language:CSS 0.9%Language:Procfile 0.1%