MoreKeys module version log
===========================


v0.00  2012/03/12

       Started program.
       


v0.01  2012/03/20

       First working version, hardwired to UK.Latin1 and works
       with mouse input.



v0.02  2012/03/28

       First releasable version. Supports mappings, keyboard
       entry, and changes to configuration while in use.

       Removed most library routines and all but two calls to
       _kernel_swi. These are now custom functions, written
       in assembler. The rationale behind this is to have a
       complete self-contained program that will compile with
       no more than the standard libraries (and because I can)
       to save problems of "is this 32 bit safe?".

