ctxpopup - support more key event
authorChunEon Park <chuneon.park@samsung.com>
Mon, 17 Jun 2013 06:14:31 +0000 (15:14 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Thu, 20 Jun 2013 12:54:47 +0000 (21:54 +0900)
themes/widgets/ctxpopup.edc

index 8e5b3b2..32d1b56 100644 (file)
@@ -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" "";
+      }
    }
 }
 ///////////////////////////////////////////////////////////////////////////////