Languages

Menu
Sites
Language
Capture Home Key Press Event in Native App

Im trying to figure out how to create an app that can listen to the home key press event and do some activity, could someone please point me at how to listen to the hardware key? Thanks

Responses

1 Replies
Alex Dem

Hi,
Afaik for native apps you could handle events from back & menu keys only:
https://developer.tizen.org/dev-guide/2.3.0/org.tizen.guides/html/native/ui/efl_extension_n.htm
Alexey.