Added 'dumpkmap' to allow people to dump a binary keymap, which can then be

loaded in by 'loadkmap' -- submitted by Arne Bernin <arne@matrix.loopback.org>
 -Erik
This commit is contained in:
Eric Andersen
2000-07-11 17:29:36 +00:00
parent df5f6ba115
commit 61dc057183
11 changed files with 248 additions and 14 deletions

View File

@@ -41,7 +41,7 @@ struct kbentry {
static const char loadkmap_usage[] = "loadkmap\n"
#ifndef BB_FEATURE_TRIVIAL_HELP
"Loads a binary keyboard translation table from standard input.\n"
"\nLoads a binary keyboard translation table from standard input.\n"
#endif
;