[vbox-dev] Patch for Mac Jp keyboard

Knut St. Osmundsen bird at innotek.de
Mon Apr 30 10:02:54 GMT 2007


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




More information about the vbox-dev mailing list