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!. 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? Regards, Kaz _______________________________________________ vbox-dev mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-dev
