projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d660dd1
)
edje_entry: When preediting, cursor should not be moved.
author
WooHyun Jung
<wh0705.jung@samsung.com>
Thu, 16 Jan 2014 07:31:36 +0000
(16:31 +0900)
committer
WooHyun Jung
<wh0705.jung@samsung.com>
Thu, 16 Jan 2014 07:31:36 +0000
(16:31 +0900)
src/lib/edje/edje_entry.c
patch
|
blob
|
history
diff --git
a/src/lib/edje/edje_entry.c
b/src/lib/edje/edje_entry.c
index 8d992d7d1e0bceb7160f616032fb373f2976bbd4..f4b42fa5eb8e31388c2188e914fd914c31c29ea8 100644
(file)
--- a/
src/lib/edje/edje_entry.c
+++ b/
src/lib/edje/edje_entry.c
@@
-1304,6
+1304,10
@@
_edje_key_down_cb(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
(!strcmp(ev->key, "KP_Down") && !ev->string) ||
!strcmp(ev->key, "Up") ||
(!strcmp(ev->key, "KP_Up") && !ev->string) ||
+ !strcmp(ev->key, "Left") ||
+ (!strcmp(ev->key, "KP_Left") && !ev->string) ||
+ !strcmp(ev->key, "Right") ||
+ (!strcmp(ev->key, "KP_Right") && !ev->string) ||
!strcmp(ev->key, "Next") ||
(!strcmp(ev->key, "KP_Next") && !ev->string) ||
!strcmp(ev->key, "Prior") ||