[Bug 24740] Define code values for the special keys on Mac keyboard
| Newsgroups | gmane.comp.web.dom.general |
|---|---|
| Message-ID | <[email protected]/Bugs/Public/> |
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24740 Gary Kacmarcik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Gary Kacmarcik <[email protected]> --- > I believe that these code values should be abstract names such as LANG1, LANG2 of USB HID spec. Yes, if different keys share the same values, then we should use the more generic Lang1 ... Lang5 names. > This sound like the concept of .key value. Doesn't .code represent physical keys? Yes, but I was (incorrectly) thinking that the key had only a single purpose, in which case the |key| and |code| values would be similar. Since the Korean and Mac Japanese keyboards share the same USB code, they should share the same |code| values. I've updated the code value tables with the new names and the additional information that you provided. Thanks! -- You are receiving this mail because: You are on the CC list for the bug.