From 35f63c5d6eb0fb39a2835359cd9e0bef9484c4f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigrid=20Solveig=20Hafl=C3=ADnud=C3=B3ttir?= Date: Tue, 4 Jan 2022 23:51:18 +0100 Subject: [PATCH] android: add more information to the readme, to use as a guide --- README.android.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.android.md b/README.android.md index 0c12c2b..97bcf46 100644 --- a/README.android.md +++ b/README.android.md @@ -2,6 +2,18 @@ This is a working port of Uxn to run on Android. +## Guide + +To get a proper on-screen keyboard, install "Hacker's Keyboard" +from Google Play. Use it naturally, as you would use a physical keyboard, +including pressing and holding modifiers (Ctrl, Alt, etc) with letters +if a ROM requires it (like Noodle, to load or save an image). + +Tapping anywhere outside of ROM screen area will toggle the keyboard. + +`F4` will invoke "boot" ROM, which displays all the ROMs available for loading, +including those you once downloaded with a browser and then opened using Uxn. + ## Building yourself Easiest way to start is to install JDK first, then [Android