projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
643b9ba
)
mobile_lib/genlist: space input now selects genlist item
author
WooHyun Jung
<wh0705.jung@samsung.com>
Sat, 10 Dec 2016 08:38:37 +0000
(17:38 +0900)
committer
Wonki Kim
<wonki_.kim@samsung.com>
Mon, 2 Jan 2017 05:37:06 +0000
(14:37 +0900)
Change-Id: Ie1dae9d134cc864ede0d928856a37f62e10b6cba
src/mobile_lib/elm_genlist.c
patch
|
blob
|
history
diff --git
a/src/mobile_lib/elm_genlist.c
b/src/mobile_lib/elm_genlist.c
index adfcee373d93c0f9e5ab56c0c8158c8327008c0e..5bde00281dfad93b29fe62ce8667df05d51e9449 100644
(file)
--- a/
src/mobile_lib/elm_genlist.c
+++ b/
src/mobile_lib/elm_genlist.c
@@
-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)