mobile_lib/genlist: space input now selects genlist item 06/103906/2
authorWooHyun Jung <wh0705.jung@samsung.com>
Sat, 10 Dec 2016 08:38:37 +0000 (17:38 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Mon, 12 Dec 2016 00:16:51 +0000 (16:16 -0800)
Change-Id: Ie1dae9d134cc864ede0d928856a37f62e10b6cba

src/mobile_lib/elm_genlist.c

index adfcee3..5bde002 100644 (file)
@@ -3657,7 +3657,8 @@ _elm_genlist_elm_widget_event(Eo *obj, Elm_Genlist_Data *sd, Evas_Object *src EI
         return EINA_TRUE;
      }
    else if (!strcmp(ev->keyname, "Return") ||
-            !strcmp(ev->keyname, "KP_Enter"))
+            !strcmp(ev->keyname, "KP_Enter") ||
+            !strcmp(ev->keyname, "space"))
      {
 
         if (type == EVAS_CALLBACK_KEY_DOWN && !sd->key_down_item)