Menu

#1 fnset.c on german iBook

open
nobody
None
5
2002-04-14
2002-04-14
Anonymous
No

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#

Discussion


Log in to post a comment.