Add missing return key type and disabled setting 59/249259/2
authorJi-hoon Lee <dalton.lee@samsung.com>
Wed, 9 Dec 2020 09:51:52 +0000 (18:51 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Wed, 9 Dec 2020 10:15:14 +0000 (19:15 +0900)
Change-Id: I55f691a2b13e726d9904ec732d8b4ad9d8949be1

src/sclconnection-isf.cpp

index 74b13e3d27e73c14c186f585fa41336c564e113b..d8011fad5f325e2de7f827ccd293b6e97756d5ff 100644 (file)
@@ -209,6 +209,8 @@ static void slot_ise_show(const scim::HelperAgent *agent, int ic, char *buf, siz
 #ifdef WEBSOCKET
             g_websocket.on_set_layout(ise_context.layout);
             g_websocket.on_update_cursor_position(ic, ise_context.cursor_pos);
+            g_websocket.on_set_return_key_type(ise_context.return_key_type);
+            g_websocket.on_set_return_key_disable(ise_context.return_key_disabled);
             g_websocket.on_show(ic);
 #endif
         }