[Bug 21139] Define key name for Hankaku-Zenkaku key and Katakana-Hiragana key

https://www.w3.org/Bugs/Public/show_bug.cgi?id=21139

--- Comment #3 from Masayuki Nakano <masayuki@d-toybox.com> ---
For example, when I press Half Width / Full Width key multiple times, then,
keyup event for HalfWith and keydown event for FullWidth are fired at (2n+1)
time. And keyup event for FullWidth keyup event and keydown event for HalfWidth
event are fired at (2n) time.

Unfortunately, Hiragana key and Katakana key are more complicated. They also
behaves like HalfWidth or FullWidth key, but Alphanumeric key also causes keyup
event for them.

So, implementing on Windows, these key names are necessary. However, on Linux
and Android, they are not lockable key. Therefore, we need the key names which
indicate toggle key.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Sunday, 14 July 2013 17:29:22 UTC