From 931526cc9f0af6f9f8c62d32491cc91b0d298645 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Mon, 17 Jun 2013 15:14:31 +0900 Subject: [PATCH] ctxpopup - support more key event --- themes/widgets/ctxpopup.edc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/widgets/ctxpopup.edc b/themes/widgets/ctxpopup.edc index 8e5b3b2..32d1b56 100644 --- a/themes/widgets/ctxpopup.edc +++ b/themes/widgets/ctxpopup.edc @@ -1016,6 +1016,12 @@ group { name: "hidefinished"; action: SIGNAL_EMIT "elm,action,hide,finished" ""; } + program { + name: "more_key_event"; + signal: "elm,action,more_func"; + source: ""; + action: SIGNAL_EMIT "elm,action,more_event" ""; + } } } /////////////////////////////////////////////////////////////////////////////// -- 2.7.4