I have finally got around to finishing the utilities that were
intended to go with my keyboard patch. These are two CP/M programs
that apply the same keyboard remapping as -kbd-remap.

The first one, "keymap", loads a .com file, patches it on the fly and
then executes it. Typical usage would be:

A>keymap fdxb

or to see patch diagnostics:

A>keymap [d] fdxb

FDXB is used as an example, it will work for any .com program with the
same keyboard scan tables as the MTX ROMS. It assumes a .com
extension.

The second one, "keypatch", can be applied to any type of file, and
creates a patched copy. Typical usage would be:

A>keypatch fdxb.com fdxb2.com

This program always produces diagnostics, a dot for each record
copied, and comments when a patch is applied.

This version can be applied to any type of file (.com, .mtx, .run) and
so the extension of the file to be patched has to be specified. It
again assumes the same keyboard scan tables as the MTX ROMS
