Use !IKHG to create the assembler source for the keyboard handler tables. Do this by pressing Escape when finished editing the layout. The generated source file is saved in !IKHG.Source.<Keyboard>. 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 file must be modified to pull everything together.
Simon Forrest
authored
Added the files needed for building a keyboard driver for Finland. Although the layout for Finland is identical to that of Sweden, this addition has been made for the sake of completeness. It also allows a version of the module to be built using "Finland" as the keyboard setting in the build environment. The version number of the module has also been incremented to V0.40 to flag the addition to the source code.