--- a/src/hbplugins/inputmethods/touchinput/hbinputbasicqwertyhandler.cpp Thu May 27 13:10:59 2010 +0300
+++ b/src/hbplugins/inputmethods/touchinput/hbinputbasicqwertyhandler.cpp Fri Jun 11 13:58:22 2010 +0300
@@ -210,7 +210,8 @@
return true;
}
- if (event->key() == HbInputButton::ButtonKeyCodeDelete || event->key() == Qt::Key_Backspace) {
+ if (event->key() == HbInputButton::ButtonKeyCodeDelete || event->key() == Qt::Key_Backspace ||
+ event->key() == HbInputButton::ButtonKeyCodeCustom) {
return false;
}