Do not hide IME when KP_Enter key is pressed 66/318366/2
authorInhong Han <inhong1.han@samsung.com>
Fri, 27 Sep 2024 07:46:19 +0000 (16:46 +0900)
committerInhong Han <inhong1.han@samsung.com>
Fri, 27 Sep 2024 07:51:35 +0000 (16:51 +0900)
Change-Id: I7ebfd1edef789f407bab15b0fc72bc5dde4e935b

src/e_mod_main.c

index 268470562d17999089b381f3aab7009f8b3e1676..3cfcd0f935b2f800f5a47c46117520abaffa5936 100644 (file)
@@ -1048,7 +1048,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);