From: liang ding Date: Tue, 6 Feb 2018 09:50:28 +0000 (+0800) Subject: Do not hide IME when KP_Enter key is inputted X-Git-Tag: accepted/tizen/unified/20180207.060425~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F10%2F169410%2F1;p=platform%2Fcore%2Fuifw%2Fisf.git Do not hide IME when KP_Enter key is inputted Change-Id: I36667b2ed534f82727e3a6636a20c460b4ff5ad1 (cherry picked from commit 7b09a67619b6e0e327ffeebde5b799310bae98f1) --- diff --git a/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp b/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp index 1b6ad74..a91fcaf 100644 --- a/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp +++ b/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp @@ -1761,6 +1761,7 @@ isf_wsc_context_filter_key_event (WSCContextISF* wsc_ctx, strcmp (keysym, "Left") && strcmp (keysym, "KP_Left") && strcmp (keysym, "Return") && + strcmp (keysym, "KP_Enter") && strcmp (keysym, "Pause") && strcmp (keysym, "NoSymbol") && key.dev_subclass != ECORE_DEVICE_SUBCLASS_REMOCON) {