|
|
| version 1.2, 2004/03/25 19:20:39 | version 1.4, 2004/03/31 11:59:17 |
|---|---|
| Line 1 | Line 1 |
| // VGA 266x78 | // VGA 266x78 (SUPPORT_SOFTKBD == 2) |
| static const BYTE np2kbd_bmp[2607] = { | static const BYTE np2kbd_bmp[2607] = { |
| 0xe6,0x29,0x00,0x05,0x05,0x42,0x4d,0xe6,0x29,0x00,0x00,0x04,0x76, | 0xe6,0x29,0x00,0x05,0x05,0x42,0x4d,0xe6,0x29,0x00,0x00,0x04,0x76, |
| Line 226 static const KEYTBL keytbl = { | Line 226 static const KEYTBL keytbl = { |
| // fullkey 4 | // fullkey 4 |
| {{15, 13, 0x00, 0x00, 0x01, 0x0e}, | {{15, 13, 0x00, 0x00, 0x01, 0x0e}, |
| {21, 12, 0x0f, 0x0f, 0x10, 0x1c}, | {21, 12, 0x0f, 0x0f, 0x10, 0x1c}, |
| {24, 12, 0x74, 0x71, 0x1d, 0x1c}, | {24, 12, 0x74, 0x81, 0x1d, 0x1c}, |
| {30, 11, 0x70, 0x70, 0x29, 0x70}}, | {30, 11, 0x70, 0x70, 0x29, 0x70}}, |
| // 220 | // 220 |
| Line 300 const FULLKEY *fk; | Line 300 const FULLKEY *fk; |
| } | } |
| x -= 12; | x -= 12; |
| if (x < 0) { | if (x < 0) { |
| return(0x72); | return(0x82); |
| } | } |
| x -= 12; | x -= 12; |
| if (x < 0) { | if (x < 0) { |