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