From: Jihoon Kim Date: Thu, 13 Feb 2020 11:40:50 +0000 (+0900) Subject: Revert "Fix the cap mode problem in wearable equipment." X-Git-Tag: accepted/tizen/5.5/unified/20200214.120153~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66e1f62a1e95974e3a8432643cab28b98adff3c2;p=platform%2Fcore%2Fuifw%2Fisf.git Revert "Fix the cap mode problem in wearable equipment." The original patch makes compatibility issue on product. This reverts commit adfd64caa736266f9791afa0b96acd20f37e19ad. Change-Id: I341f026dd2c03e26957a0635b08810943616d242 --- diff --git a/ism/src/scim_helper.cpp b/ism/src/scim_helper.cpp index af3bf16..7cb5f08 100644 --- a/ism/src/scim_helper.cpp +++ b/ism/src/scim_helper.cpp @@ -1605,14 +1605,14 @@ HelperAgent::send_key_event (int ic, { //FIXME: remove shift_mode_off, shift_mode_on, shift_mode_lock from ISE side - /*if (key.code == SHIFT_MODE_OFF || + if (key.code == SHIFT_MODE_OFF || key.code == SHIFT_MODE_ON || key.code == SHIFT_MODE_LOCK || key.code == SHIFT_MODE_ENABLE || key.code == SHIFT_MODE_DISABLE) { LOGW("FIXME ignore shift codes"); return; - }*/ + } if (m_impl->socket_active.is_connected ()) { m_impl->send.clear ();