if you have problems (does not work) with the little
program fnset.c, just try this patch:
bash# diff fnset.c.orignal fnset.c
368c368,372
< type = 0x04;
---
> //
> // type = 0x04;
> // Changed by MH (2002-04-14) for iBook (german keyboard type?):
> type = 0x05;
> //
bash#