projects
/
platform
/
core
/
uifw
/
isf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b617d3
)
Revert "Fix the cap mode problem in wearable equipment."
53/224853/1
author
Jihoon Kim
<jihoon48.kim@samsung.com>
Thu, 13 Feb 2020 11:40:50 +0000
(20:40 +0900)
committer
Jihoon Kim
<jihoon48.kim@samsung.com>
Thu, 13 Feb 2020 11:53:13 +0000
(20:53 +0900)
The original patch makes compatibility issue on product.
This reverts commit
adfd64caa736266f9791afa0b96acd20f37e19ad
.
Change-Id: I341f026dd2c03e26957a0635b08810943616d242
ism/src/scim_helper.cpp
patch
|
blob
|
history
diff --git
a/ism/src/scim_helper.cpp
b/ism/src/scim_helper.cpp
index
af3bf16
..
7cb5f08
100644
(file)
--- 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 ();