Scroll to navigation

GEN_KEYMAP(1) General Commands Manual GEN_KEYMAP(1)

NAME

gen_keymapgenerate a keyboard map decision tree

SYNOPSIS

gen_keymap list ...

DESCRIPTION

gen_keymap generates a decision tree from a set of keyboard maps which can be used to help a user decide which keyboard map to use. The program using the decision tree typically asks the user to press some keys; at each step, it examines the returned keycode and uses it to prune the list of possible keyboard maps until there is only one left.

OPTIONS

Show program's version number and exit.
-?, --help
Show help text.
, --verbose
Be more verbose.
MINLEN, --minlen=MINLEN
Too-short keymaps are skipped (default: 30 entries).
, --graph
Generate a hopefully-nice-looking .dot file.
Print the to-be-processed keymaps
, --installer
Input files are in d-i map form.
DIRS, --inc=DIRS, --include=DIRS
Add a directory to the search path.
FILENAME, --output=FILENAME
Set output file (default: stdout).
FILTER, --filter=FILTER
Include only the branches leading to these keymaps.
USEONLY, --useonly=USEONLY
Start generating the tree based only on these keymaps. (The difference between --filter and --useonly is that the former generates the whole tree and then prunes it, while the latter only generates a reduced tree to begin with. This may have implications for performance on large trees.)
SKIP, --skip=SKIP
Keymaps to skip.
, --test
Test the generated maps.
Ask user to choose among indistinguishable keymaps.

AUTHORS

gen_keymap was written by Matthias Urlichs ⟨smurf@debian.org⟩. This manual page was written by Colin Watson ⟨cjwatson@ubuntu.com⟩.

September 5, 2006 Ubuntu