Change keyboard mode as S/W keyboard mode in TV profile 50/220250/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Mon, 16 Dec 2019 10:41:30 +0000 (19:41 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 16 Dec 2019 11:17:09 +0000 (20:17 +0900)
Change-Id: Iac8c8e3af6d242f4a677b19574fd817eb82a6248
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
ism/extras/wayland_immodule/wayland_imcontext.c
ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp

index 0990a23..ae06d98 100644 (file)
@@ -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);
index f818d57..b663147 100644 (file)
@@ -48,8 +48,6 @@
 #include <Ecore.h>
 #define EFL_BETA_API_SUPPORT
 #include <Ecore_Wl2.h>
-#include <vconf.h>
-#include <vconf-keys.h>
 #include <input-method-client-protocol.h>
 #include <text-client-protocol.h>