+ise-default (0.3.015-1) unstable; urgency=low
+
+ * Enter Key not working
+ * Git: slp/pkgs/i/ise-default
+ * Tag: ise-default_0.3.015-1
+
+ -- Ankush Dua <ankush.d@samsung.com> Thu, 31 Aug 2012 10:58:55 +0530
+
ise-default (0.3.014-1) unstable; urgency=low
* On KeyPress Label text changes to white color
}
if (type != ECORE_IMF_INPUT_PANEL_RETURN_KEY_TYPE_DEFAULT)
- ise_set_private_key(CUSTOMID_ENTER, buf, NULL, -1, NULL);
+ ise_set_private_key(CUSTOMID_ENTER, buf, NULL, MVK_Return, NULL);
else
- ise_set_private_key(CUSTOMID_ENTER, NULL, "B09_icon_enter.png", -1, NULL);
+ ise_set_private_key(CUSTOMID_ENTER, NULL, "B09_icon_enter.png", MVK_Return, NULL);
}
void ise_set_return_key_disable(unsigned int disabled)