[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[pbsd-mg2] Re: Vadem CLIO
鈴木(康)です。
<19990718074857.10358.qmail@lithium.is.titech.ac.jp>の記事において
takesi@is.titech.ac.jpさんは書きました。
| In message "[pbsd-mg2] Vadem CLIO",
| Warner Losh write:
|
| >I've managed to boot the Vadem CLIO to the root partition prompt. I
| >patched the keytrans table. Here are my changes. I think a more
| >generic way of doing this is desired.
|
| Thank you for your patch.
| I agree to that we need more generic way, as
| MC-CS series also need another key translation table.
| Can I use platform id to choose which keytran is used?
|
| パッチをありがとうございます。
| MC-CSシリーズでも別の変換表が必要なようですし、
| たしかにもっと一般的な方法が必要でしょうね。
| platform idを使うべきなのでしょうか?
パッチになっていませんが、MC-CS シリーズの変換表を作りましたので、
update するときにでもついでにお願いします。
全/半 とか、japanese 106 keyboard にあるものは、
scan code も それに合わしておいたほうが良いのですよね。
そういえば、MC-CS と Mobile Pro では、keymap が違うから、
べつの platform id になるのだろうか。といっても誰も port しないかも。
----
static char keytrans[] = {
58, 28, 102, 25, 52, 21, 48, 44, /* caps cr rar p . y b z */
56, 26, 103, 24, 51, 20, 47, 30, /* alt [ dar o , t v a */
-1, 28, 101, 23, 50, 19, 46, 17, /* zen @ lar i m r c w */
29, 39, 100, 22, 49, 18, 45, 16, /* lctrl ; uar u n e x q */
42, 14, 115, 11, 38, 7, 34, 15, /* lshft bs \ 0 l 6 g tab */
-1, 43, 53, 10, 37, 6, 33, 3, /* nconv \ / 9 k 5 f 2 */
-1, 13, 27, 9, 36, 5, 32, 2, /* conv = ] 8 j 4 d 1 */
-1, 12, 40, 8, 35, 4, 31, 1, /* hira - ' 7 h 3 s esc */
-1, 57, -1, -1, -1, -1, -1, -1, /* - sp - - - - - - */
-1, -1, -1, -1, -1, -1, -1, -1, /* - - - - - - - - */
-1, -1, -1, -1, -1, -1, -1, -1, /* - - - - - - - - */
-1, -1, -1, -1, -1, -1, -1, -1, /* - - - - - - - - */
-1, -1, -1, -1, -1, -1, -1, -1, /* - - - - - - - - */
};
---
{ ASCII,"\\", "_", "\034" }, /* 115 \ */
---
--
鈴木 康司 @NEC
suz@hpc.bs1.fc.nec.co.jp
TEL 0423-33-5381