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:
bf0ee52
)
Do not hide IME when KP_Enter key is pressed
63/318363/2
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>
Fri, 27 Sep 2024 07:47:53 +0000
(16:47 +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 9e595d4b73fc248a1fe7fa163e827b0002f28ef1..93c4d54aad3ce1aa95d079530035c22ec44aecb1 100644
(file)
--- a/
src/e_mod_main.c
+++ b/
src/e_mod_main.c
@@
-1352,7
+1352,8
@@
_e_mod_ecore_key_down_cb(void *data, int type, void *event)
!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);