Do not hide IME when KP_Enter key is pressed 63/318363/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:47:53 +0000 (16:47 +0900)
Change-Id: I7ebfd1edef789f407bab15b0fc72bc5dde4e935b

src/e_mod_main.c

index 9e595d4b73fc248a1fe7fa163e827b0002f28ef1..93c4d54aad3ce1aa95d079530035c22ec44aecb1 100644 (file)
@@ -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);