[w3c/uievents-key] It's odd KEYCODE_MEDIA_CLOSE of Android is mapped to "Close" (#26)

It's odd KEYCODE_MEDIA_CLOSE of Android is mapped to "Close". "Close" is used for multimedia keyboard's close key which closes current document or tab as explained by the spec. However, KEYCODE_MEDIA_CLOSE is explained as "Key code constant: Close media key. May be used to close a CD tray, for example. " by Android's document (https://developer.android.com/reference/android/view/KeyEvent.html#KEYCODE_MEDIA_CLOSE).

So, if web browsers map the key code to "Close", the key value has double meaning across platforms.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents-key/issues/26

Received on Friday, 20 May 2016 08:39:33 UTC