--- np2/macosx/ini.cpp 2004/03/02 23:23:06 1.18 +++ np2/macosx/ini.cpp 2004/04/18 16:42:28 1.20 @@ -421,6 +421,12 @@ static const INITBL iniitem[] = { {"e_resume", INITYPE_BOOL, &np2oscfg.resume, 0}, // ver0.30 {"toolwind", INITYPE_BOOL, &np2oscfg.toolwin, 0}, // ver0.38 +#ifdef SUPPORT_KEYDISP + {"keydispl", INITYPE_BOOL, &np2oscfg.keydisp, 0}, +#endif +#ifdef SUPPORT_SOFTKBD + {"softkybd", INITYPE_BOOL, &np2oscfg.softkey, 0}, +#endif {"jast_snd", INITYPE_BOOL, &np2oscfg.jastsnd, 0}, // ver0.73 {"I286SAVE", INITYPE_BOOL, &np2oscfg.I286SAVE, 0}};