Mapping between DOM3 keylist and CEA2014/OIPF virtual keycodes

Hi all,
I was trying to map the key values in DOM3 spec [1] with the ones defined
by CEA2014
The result is attached. I was wondering if people on this list with
relevant knowledge (Glenn, Mark, Bob, Doug, I'm looking at you ;) ) could
check it and see if it they agree on the mapping.

In particular, I have an issue with the "back" key: CEA2014 have both a
"VK_BACK" and VK_BACK_SLASH". The latter maps on DOM3 "Backspace" but what
about the first?

(VK_BACK is the "return" key you find on many TV remote controllers)

cheers,
/g

[1]
http://www.w3.org/TR/2012/WD-DOM-Level-3-Events-20120906/#key-values-list

Received on Tuesday, 13 August 2013 07:44:36 UTC