From 11180412f59de382721d4b7243d743990edcda17 Mon Sep 17 00:00:00 2001 From: liang ding Date: Tue, 6 Feb 2018 17:50:28 +0800 Subject: [PATCH] Do not hide IME when KP_Enter key is inputted Change-Id: I36667b2ed534f82727e3a6636a20c460b4ff5ad1 (cherry picked from commit 7b09a67619b6e0e327ffeebde5b799310bae98f1) --- ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.7.4