Additional files for WhaCom keyboards.
Arijit (Harry) Sadhu authored
Detail:
  Added extra keys include file and make file for WhaCom keyboards
Admin:


Version 0.83. Tagged as 'IntKey-0_83'
d1e85435
Name Last commit Last update
Doc Added Korean layout. If you don't have a real Korean keyboard, Alt+Num-Lock acts as Hangul Lock, and Alt+Space (in the Hangul layer) acts as convert.
Layouts Added Korean layout. If you don't have a real Korean keyboard, Alt+Num-Lock acts as Hangul Lock, and Alt+Space (in the Hangul layer) acts as convert.
Source Added Korean layout. If you don't have a real Korean keyboard, Alt+Num-Lock acts as Hangul Lock, and Alt+Space (in the Hangul layer) acts as convert.
TestProgs Rationalised structure - now builds a module containing either one keyboard (+UK) or all keyboards, dependent on setting of <Keyboard>.
c Added Korean layout. If you don't have a real Korean keyboard, Alt+Num-Lock acts as Hangul Lock, and Alt+Space (in the Hangul layer) acts as convert.
h Some bugfixes for keygen and keyconvert, discovered by gcc.
inc Updated Lazarus key mappings to match the latest specifications from third parties.
layout Added Korean layout. If you don't have a real Korean keyboard, Alt+Num-Lock acts as Hangul Lock, and Alt+Space (in the Hangul layer) acts as convert.
rm Import from cleaned 360 CD
.gitattributes Ursula branch merged.
BlackLog Initial revision
GNUmakefile Some bugfixes for keygen and keyconvert, discovered by gcc.
LICENSE Import from cleaned 360 CD
Makefile Added Korean layout. If you don't have a real Korean keyboard, Alt+Num-Lock acts as Hangul Lock, and Alt+Space (in the Hangul layer) acts as convert.
MkClean,fd7 Tidied Makefile.
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.
UniData Dead-key tables extended as per Unicode 3.0.
VersionASM Additional files for WhaCom keyboards.
VersionNum Additional files for WhaCom keyboards.
!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.