From f4dbaf8e1308acce7f1d75e496c16b7e45073779 Mon Sep 17 00:00:00 2001 From: Hyunjin Date: Fri, 20 Oct 2017 15:13:13 +0900 Subject: [PATCH] [Web device API] add input.key.xx features for TWDAPI-160 Change-Id: I5a4829eef8b973a7abfdf1ccec0e9c4ace987a87 --- .../wearable/tizen/systeminfo_capability_keys.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/org.tizen.web.apireference/html/device_api/wearable/tizen/systeminfo_capability_keys.html b/org.tizen.web.apireference/html/device_api/wearable/tizen/systeminfo_capability_keys.html index 68be6f7..bed0252 100755 --- a/org.tizen.web.apireference/html/device_api/wearable/tizen/systeminfo_capability_keys.html +++ b/org.tizen.web.apireference/html/device_api/wearable/tizen/systeminfo_capability_keys.html @@ -1660,6 +1660,24 @@ the Tizen reference implementation. The platform returns the device processor name. 2.3 + +http://tizen.org/system/input.key.volume + boolean + The platform returns true for this key, if the device provides the Volume key event. + 3.0 + + +http://tizen.org/system/input.key.back + boolean + The platform returns true for this key, if the device provides the Back key event. + 3.0 + + +http://tizen.org/system/input.key.menu + boolean + The platform returns true for this key, if the device provides the Menu key event. + 3.0 + -- 2.7.4