|
|
| version 1.11, 2003/12/04 06:41:23 | version 1.13, 2004/01/05 03:59:11 |
|---|---|
| Line 377 static const INITBL iniitem[] = { | Line 377 static const INITBL iniitem[] = { |
| {"Seek_Snd", INITYPE_BOOL, &np2cfg.MOTOR, 0}, | {"Seek_Snd", INITYPE_BOOL, &np2cfg.MOTOR, 0}, |
| {"Seek_Vol", INITYPE_UINT8, &np2cfg.MOTORVOL, 0}, | {"Seek_Vol", INITYPE_UINT8, &np2cfg.MOTORVOL, 0}, |
| {"F12_COPY", INITYPE_UINT8, &np2oscfg.F12COPY, 0}, | {"F11_bind", INITYPE_UINT8, &np2oscfg.F11KEY, 0}, |
| {"F12_bind", INITYPE_UINT8, &np2oscfg.F12KEY, 0}, | |
| {"btnRAPID", INITYPE_BOOL, &np2cfg.BTN_RAPID, 0}, | {"btnRAPID", INITYPE_BOOL, &np2cfg.BTN_RAPID, 0}, |
| {"btn_MODE", INITYPE_BOOL, &np2cfg.BTN_MODE, 0}, | {"btn_MODE", INITYPE_BOOL, &np2cfg.BTN_MODE, 0}, |
| {"MS_RAPID", INITYPE_BOOL, &np2cfg.MOUSERAPID, 0}, | {"MS_RAPID", INITYPE_BOOL, &np2cfg.MOUSERAPID, 0}, |
| Line 406 static const INITBL iniitem[] = { | Line 407 static const INITBL iniitem[] = { |
| {"comfirm_", INITYPE_BOOL, &np2oscfg.comfirm, 0}, | {"comfirm_", INITYPE_BOOL, &np2oscfg.comfirm, 0}, |
| {"e_resume", INITYPE_BOOL, &np2oscfg.resume, 0}, // ver0.30 | {"e_resume", INITYPE_BOOL, &np2oscfg.resume, 0}, // ver0.30 |
| {"toolwind", INITYPE_BOOL, &np2oscfg.toolwin, 0}, // ver0.38 | {"toolwind", INITYPE_BOOL, &np2oscfg.toolwin, 0}, // ver0.38 |
| {"jast_snd", INITYPE_BOOL, &np2oscfg.jastsnd, 0}, // ver0.73 | |
| {"I286SAVE", INITYPE_BOOL, &np2oscfg.I286SAVE, 0}}; | {"I286SAVE", INITYPE_BOOL, &np2oscfg.I286SAVE, 0}}; |
| #define INIITEMS (sizeof(iniitem) / sizeof(INITBL)) | #define INIITEMS (sizeof(iniitem) / sizeof(INITBL)) |