diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbplugins/inputmethods/common/hbinputbasichandler.cpp --- a/src/hbplugins/inputmethods/common/hbinputbasichandler.cpp Fri Jun 11 13:58:22 2010 +0300 +++ b/src/hbplugins/inputmethods/common/hbinputbasichandler.cpp Wed Jun 23 18:33:25 2010 +0300 @@ -172,6 +172,8 @@ commitAndUpdate(qc); } break; + case HbInputButton::ButtonKeyCodeSettings: + break; default: ret = HbInputModeHandler::filterEvent(event); break;