K.Seki wrote: > Hello, > > I made a patch to fix the Mac Japanese keyboard issue I posted in > vbox-user mailing list. > > Here is the result of diff command for DarwinKeyboard.cpp: > > 203,204c203,204 > < 0, /* */ > < 0, /* */ > --- > > 0x7d, /* yen, | (JIS) 0x5D */ > > 0x73, /* _, ro (JIS) 0x5E */ > 212c212 > < 0, /* */ > --- > > 0x29, /* Zen/Han (JIS) 0x66 */ > 214c214 > < 0, /* */ > --- > > 0x29, /* Zen/Han (JIS) 0x68 */ > > > I added the keys which switch double bytes character to single byte > (Zen/Han). We need them!.
Thanks for the patch. I had applied manually, so please check that I didn't make any mistakes. > BTW, I have a suggestion about function key assign. I think it's > better to be same as BootCamp, > e.g. F14 as 'Print Screen'. How about this? Sounds like a bug in the translation table. I'll look at it shortly. Thanks for noticing. Kind Regards, knut _______________________________________________ vbox-dev mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-dev
