Name Last commit Last update
!IKHG
Doc "FN" key support added by K. Bracey. 3rd party keyboard mappings defined and included by S. Forrest.
Layouts Moved euro sign to Alt-4 on UK and UK-based layouts. This involved moving the vulgar fractions to Alt-7,8,9.
Source "FN" key support added by K. Bracey. 3rd party keyboard mappings defined and included by S. Forrest.
TestProgs Rationalised structure - now builds a module containing either one keyboard (+UK) or all keyboards, dependent on setting of <Keyboard>.
c "FN" key support added by K. Bracey. 3rd party-specific keyboard mappings defined and included by S. Forrest.
h Intermediate check-in
layout Intermediate check-in
rm Import from cleaned 360 CD
.gitattributes Ursula branch merged.
BlackLog Initial revision
LICENSE Import from cleaned 360 CD
Makefile %Include directive implemented in layout files - this gives a simpler way of adding in some keys and allows some commonality between layouts.
MkClean,fd7 Import from cleaned 360 CD
MkRom,fd7 %Include directive implemented in layout files - this gives a simpler way of adding in some keys and allows some commonality between layouts.
README Ursula branch merged.
UniData215 Ursula branch merged.
VersionASM Added support for Euro sign to third party keyboard layout. The
VersionNum Added support for Euro sign to third party keyboard layout. The
!IKHG no longer works - create your layout files textually as described
in Doc.FileFormat.

The table in file KeyStruct must be modified to point to the tables which
your handler is to recognise (one entry for each country). For example,
the KeyStructureTable for Germany (in Germany.Source.KeyStruct) has entries
for UK (KeyStruct1), Germany (KeyStruct7) and Switzerland (KeyStruct35).
All others default to UK.

Finally, the IntKeyMod and Makefile files must be modified to pull
everything together.