scim_immmodule: Provide compose, string in key down/up event in case of scim-input-pad.

SVN revision: 67801
This commit is contained in:
Jihoon Kim 2012-02-10 00:03:25 +00:00
parent 5150befe04
commit 039cd30ebd
2 changed files with 5 additions and 2 deletions

View File

@ -482,3 +482,6 @@
* Add ecore_con_url_http_version_set() to set url request version
2012-02-09 Jihoon Kim (jihoon)
* Provide compose, string in key down/up event in case of scim-input-pad.

View File

@ -1539,8 +1539,8 @@ panel_slot_process_key_event(int context, const KeyEvent &key)
EcoreIMFContextISF *ic = find_ic(context);
SCIM_DEBUG_FRONTEND(1) << __FUNCTION__ << " context=" << context << " key=" << key.get_key_string() << " ic=" << ic << "\n";
if (ic && ic->impl && ic->impl->client_canvas)
feed_key_event(ic->impl->client_canvas, key.get_key_string().c_str(), EINA_FALSE);
if (key.is_key_press())
ecore_x_test_fake_key_press(key.get_key_string().c_str());
}
static void