[uievents] Define Home key and Back key of Android smartphone (#12)

Copied from W3C Bugzilla: https://www.w3.org/Bugs/Public/show_bug.cgi?id=21136

##### Masayuki Nakano 2013-02-27 03:52:50 UTC
Usual Android smartphone has 3 buttons bottom of the device.

The left most key is back whose key code is KEYCODE_BACK.
The center key is home whose key code is KEYCODE_HOME.

Looks like D3E doesn't define the key for the back key. Should be 'Back' as UI?

The home key is 'Exit' according to the explanation in the D3E key name list. However, I'm not sure. If not, 'Top' as UI is good name? 'Home' is already defined for Home key on PC keyboard.

##### Comment 1 Travis Leithead [MSFT] 2013-06-19 00:31:01 UTC
Moving to UI Events until we define an extension doc for specific device keys like Android Smartphone.

##### Comment 2 Masayuki Nakano 2014-12-31 17:17:31 UTC
Perhaps, "HomeScreen" for the KEYCODE_HOME? (I.e., the home button)


---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/12

Received on Tuesday, 6 October 2015 22:39:46 UTC