qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] ui/cocoa: Support unique keys of JIS keyboards


From: Gerd Hoffmann
Subject: Re: [PATCH] ui/cocoa: Support unique keys of JIS keyboards
Date: Wed, 17 Feb 2021 13:38:35 +0100

> +    // JIS keyboards only
> +    [kVK_JIS_Yen] = Q_KEY_CODE_YEN,
> +    [kVK_JIS_Underscore] = Q_KEY_CODE_RO,
> +    [kVK_JIS_KeypadComma] = Q_KEY_CODE_KP_COMMA,
> +    [kVK_JIS_Eisu] = Q_KEY_CODE_MUHENKAN,
> +    [kVK_JIS_Kana] = Q_KEY_CODE_HENKAN,

Added to UI patch queue.

thanks,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]