Re: [DOM3 Events] "Super" and "Hyper" keys on Linux

On 2011/02/03 9:01, Joćo Eiras wrote:
> On , Masayuki Nakano <masayuki@d-toybox.com> wrote:
>
>> Hello.
>>
>> On Linux, there are two modifier key types such as "Super" and "Hyper".
>> "Super" is mapped to Windows key on Ubuntu and Fedora. I'm not sure
>> about "Hyper".
>>
>
> The windows logo is the metaKey boolean in events.

But both KeyboardEvent.metaKey of Firefox and Google chrome return false 
for Windows key on Linux and Windows.

If Windows key should be metaKey, should DOM key event for both Meta key 
and Super key return true by metaKey property? And if so, we should use 
same key value for both meta key and super key? I don't think it makes 
sense...

-- 
Masayuki Nakano <masayuki@d-toybox.com>
Manager, Internationalization, Mozilla Japan.

Received on Thursday, 3 February 2011 02:57:09 UTC