[Bug 23908] What's the good key value of printable keys with Meta key (Command key) on Mac?

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

--- Comment #2 from Masayuki Nakano <masayuki@d-toybox.com> ---
I'd like to suggest that D3E spec should define the .key value of printable
keys as following:

* When a printable key inputs text, the value is the input text. (Including
shift key or AltGr key press)
* When a printable key doesn't input text but native key event introduces
different printable text, the value should be the printable text. (command key
case of Mac)
* When a printable key doesn't input text and native key event doesn't
introduce printable text (e.g., introduces control character), the value should
be the text without the modifier key (e.g., control key is pressed on all
platforms or alt key or win key is pressed on Win/Linux).

If AltGr causes not inputting text, the key value should be computed without
AltGr, I think.

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

Received on Tuesday, 10 December 2013 08:02:35 UTC