From: Jihoon Kim Date: Mon, 16 Dec 2019 10:41:30 +0000 (+0900) Subject: Change keyboard mode as S/W keyboard mode in TV profile X-Git-Tag: submit/tizen_5.5/20191216.114719~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1f88f4d693fe25b72c6ca01e1c38001206b9c318;p=platform%2Fcore%2Fuifw%2Fisf.git Change keyboard mode as S/W keyboard mode in TV profile Change-Id: Iac8c8e3af6d242f4a677b19574fd817eb82a6248 Signed-off-by: Jihoon Kim --- diff --git a/ism/extras/wayland_immodule/wayland_imcontext.c b/ism/extras/wayland_immodule/wayland_imcontext.c index 0990a23..ae06d98 100644 --- a/ism/extras/wayland_immodule/wayland_imcontext.c +++ b/ism/extras/wayland_immodule/wayland_imcontext.c @@ -3014,6 +3014,9 @@ wayland_im_context_focus_in(Ecore_IMF_Context *ctx) wl_text_input_set_content_type(imcontext->text_input, imcontext->content_hint, get_purpose(ctx)); } + if (_TV) + hw_keyboard_mode = EINA_FALSE; + if (ecore_imf_context_input_panel_enabled_get(ctx)) if (!ecore_imf_context_input_panel_show_on_demand_get (ctx)) show_input_panel(ctx); diff --git a/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp b/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp index f818d57..b663147 100644 --- a/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp +++ b/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp @@ -48,8 +48,6 @@ #include #define EFL_BETA_API_SUPPORT #include -#include -#include #include #include