Implementation for dynamic charmap option in emulator.
Created .kcm parser and added -charmap option to the emulator, so user
can specify keyboard layout for emulator session.
diff --git a/android/help.c b/android/help.c
index d01ccc9..50c9d02 100644
--- a/android/help.c
+++ b/android/help.c
@@ -1283,6 +1283,15 @@
}
static void
+help_charmap(stralloc_t *out)
+{
+ PRINTF(
+ " use '-charmap <file>' to use key character map specified in that file.\n"
+ " <file> must be a full path to a kcm file, containing desired character map.\n\n"
+ );
+}
+
+static void
help_prop(stralloc_t *out)
{
PRINTF(