projects
/
platform
/
core
/
uifw
/
e-mod-tizen-wl-textinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9010945
)
Do not hide IME when KP_Enter key is pressed
03/315803/1
author
Inhong Han
<inhong1.han@samsung.com>
Fri, 27 Sep 2024 07:46:19 +0000
(16:46 +0900)
committer
Inhong Han
<inhong1.han@samsung.com>
Thu, 5 Dec 2024 00:38:46 +0000
(09:38 +0900)
Change-Id: I7ebfd1edef789f407bab15b0fc72bc5dde4e935b
src/e_mod_main.c
patch
|
blob
|
history
diff --git
a/src/e_mod_main.c
b/src/e_mod_main.c
index 1c552b96730f614b45db12dcd296c966cf3edbbe..7e64fe2c847407dab23886c9c17e11fe09761422 100644
(file)
--- a/
src/e_mod_main.c
+++ b/
src/e_mod_main.c
@@
-1082,7
+1082,8
@@
_e_mod_ecore_key_down_cb(void *data, int type, void *event)
if (!strcmp(ev->key, "Pause") ||
!strcmp(ev->key, "NoSymbol") ||
!strncmp(ev->key, XF86_key, strlen(XF86_key)) ||
- !strcmp(ev->key, "Cancel"))
+ !strcmp(ev->key, "Cancel") ||
+ !strcmp(ev->key, "KP_Enter"))
return ECORE_CALLBACK_PASS_ON;
SECURE_LOGI("Hide IME (key : %s)", ev->key);