Do not hide IME when KP_Enter key is inputted 10/169410/1
authorliang ding <liang.ding@samsung.com>
Tue, 6 Feb 2018 09:50:28 +0000 (17:50 +0800)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 6 Feb 2018 10:01:31 +0000 (10:01 +0000)
Change-Id: I36667b2ed534f82727e3a6636a20c460b4ff5ad1
(cherry picked from commit 7b09a67619b6e0e327ffeebde5b799310bae98f1)

ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp

index 1b6ad74..a91fcaf 100644 (file)
@@ -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) {