Send all key events to IMMODULE first and then process when requested 88/115288/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Fri, 17 Feb 2017 08:05:12 +0000 (17:05 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Fri, 17 Feb 2017 08:08:43 +0000 (17:08 +0900)
commitcdabd84fef149387e8fe285ccb660f518b23ab40
tree3034bcea6dda9eaa70cd5a511faddff0f4b52eff
parent190b5da813dbb39691cb91139ea39f4037fdbe22
Send all key events to IMMODULE first and then process when requested

The previous implementation had whitelist of key events that could be
sent to IMMODULE, and other key events were sent to IMEngine directly.
Modified scim_helper to send all key events to IMMODULE, and added
code for processing events starting with u/U.

Change-Id: Id5df610cfaade917a3cefc20c933da71da0e97b7
ism/src/scim_event.cpp
ism/src/scim_helper.cpp