ecore_imf_example: remove wrong implementation code.

Enter or Escape key should be processed by input method framework.
Editor should not call ecore_imf_context_reset by itself.
This commit is contained in:
Jihoon Kim 2014-01-04 14:23:38 +09:00
parent 0e240a8418
commit 4013ab2fd2
1 changed files with 0 additions and 4 deletions

View File

@ -366,10 +366,6 @@ _key_down_cb(void *data, Evas *e, Evas_Object *obj, void *event_info)
alt = evas_key_modifier_is_set(ev->modifiers, "Alt");
shift = evas_key_modifier_is_set(ev->modifiers, "Shift");
if ((!strcmp(ev->keyname, "Escape")) ||
(!strcmp(ev->keyname, "Return")) || (!strcmp(ev->keyname, "KP_Enter")))
ecore_imf_context_reset(en->imf_context);
if (!strcmp(ev->key, "BackSpace"))
{
if (evas_textblock_cursor_char_prev(en->cursor))