README 595 Bytes
Newer Older
Neil Turton's avatar
Neil Turton committed
1
Use !IKHG to create the assembler source for the keyboard handler tables. Do
2 3
this by pressing Escape when finished editing the layout. The generated
source file is saved in !IKHG.Source.<Keyboard>.
Neil Turton's avatar
Neil Turton committed
4 5

The table in file KeyStruct must be modified to point to the tables which
6 7 8 9
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.
Neil Turton's avatar
Neil Turton committed
10

11
Finally, the IntKeyMod file must be modified to pull everything together.