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:
c26e8b2
)
Fix issue IME does not show after IME was hidden
15/272815/1
author
InHong Han
<inhong1.han@samsung.com>
Fri, 25 Mar 2022 04:19:39 +0000
(13:19 +0900)
committer
InHong Han
<inhong1.han@samsung.com>
Fri, 25 Mar 2022 04:19:39 +0000
(13:19 +0900)
Change-Id: Iffb294533de69370f3c0fee921483d30bc12fe5b
src/e_mod_main.c
patch
|
blob
|
history
diff --git
a/src/e_mod_main.c
b/src/e_mod_main.c
index 4f4bb1aec136517d7726c13bcbb279de191df84c..304311c43b6a1654ec067b3b36c8564e158b9a9e 100644
(file)
--- a/
src/e_mod_main.c
+++ b/
src/e_mod_main.c
@@
-1205,7
+1205,11
@@
_e_mod_ecore_key_down_cb(void *data, int type, void *event)
!strcmp(ev->key, "KP_Right") ||
!strcmp(ev->key, "Left") ||
!strcmp(ev->key, "KP_Left")) && !ev->string) ||
- !strcmp(ev->key, "Return"))
+ !strcmp(ev->key, "Return") ||
+ !strcmp(ev->key, "Pause") ||
+ !strcmp(ev->key, "NoSymbol") ||
+ !strncmp(ev->key, "XF86", 4) ||
+ !strncmp(ev->key, "Cancel", 5))
return ECORE_CALLBACK_PASS_ON;
SECURE_LOGI("Hide IME (key : %s)", ev->key);