phoneapp/phoneuicontrol/src/cphonenumberentrymanager.cpp
branchRCL_3
changeset 73 e30d4a1b8bad
parent 69 8baf28733c3d
child 81 c26cc2a7c548
--- a/phoneapp/phoneuicontrol/src/cphonenumberentrymanager.cpp	Tue Sep 14 21:18:17 2010 +0300
+++ b/phoneapp/phoneuicontrol/src/cphonenumberentrymanager.cpp	Wed Sep 15 12:12:21 2010 +0300
@@ -43,7 +43,7 @@
 #include "mphonesecuritymodeobserver.h"
 
 const TInt  KPhoneKeyStart            = 33;
-const TInt  KPhoneKeyEnd              = 127;
+const TInt  KPhoneKeyEnd              = 129;
 
 const TInt KKeyCtrlA( 1 );
 const TInt KKeyCtrlC( 3 );
@@ -433,7 +433,8 @@
     else if( aKeyEvent.iCode == EKeyLeftArrow ||
            aKeyEvent.iCode == EKeyRightArrow ||
            aKeyEvent.iCode == EKeyUpArrow ||
-           aKeyEvent.iCode == EKeyDownArrow )
+           aKeyEvent.iCode == EKeyDownArrow ||
+           aKeyEvent.iCode == EKeySpace )
            {
            iViewCommandHandle.HandleCommandL(
                EPhoneViewSendKeyEventToNumberEntry, &keyEventParam );