phoneapp/phoneuicontrol/src/cphonenumberentrymanager.cpp
branchRCL_3
changeset 73 e30d4a1b8bad
parent 69 8baf28733c3d
child 81 c26cc2a7c548
equal deleted inserted replaced
69:8baf28733c3d 73:e30d4a1b8bad
    41 #include "phoneappcommands.hrh"
    41 #include "phoneappcommands.hrh"
    42 #include "phonelogger.h"
    42 #include "phonelogger.h"
    43 #include "mphonesecuritymodeobserver.h"
    43 #include "mphonesecuritymodeobserver.h"
    44 
    44 
    45 const TInt  KPhoneKeyStart            = 33;
    45 const TInt  KPhoneKeyStart            = 33;
    46 const TInt  KPhoneKeyEnd              = 127;
    46 const TInt  KPhoneKeyEnd              = 129;
    47 
    47 
    48 const TInt KKeyCtrlA( 1 );
    48 const TInt KKeyCtrlA( 1 );
    49 const TInt KKeyCtrlC( 3 );
    49 const TInt KKeyCtrlC( 3 );
    50 const TInt KKeyCtrlV( 22 );
    50 const TInt KKeyCtrlV( 22 );
    51 const TInt KKeyCtrlX( 24 );
    51 const TInt KKeyCtrlX( 24 );
   431 
   431 
   432         }
   432         }
   433     else if( aKeyEvent.iCode == EKeyLeftArrow ||
   433     else if( aKeyEvent.iCode == EKeyLeftArrow ||
   434            aKeyEvent.iCode == EKeyRightArrow ||
   434            aKeyEvent.iCode == EKeyRightArrow ||
   435            aKeyEvent.iCode == EKeyUpArrow ||
   435            aKeyEvent.iCode == EKeyUpArrow ||
   436            aKeyEvent.iCode == EKeyDownArrow )
   436            aKeyEvent.iCode == EKeyDownArrow ||
       
   437            aKeyEvent.iCode == EKeySpace )
   437            {
   438            {
   438            iViewCommandHandle.HandleCommandL(
   439            iViewCommandHandle.HandleCommandL(
   439                EPhoneViewSendKeyEventToNumberEntry, &keyEventParam );
   440                EPhoneViewSendKeyEventToNumberEntry, &keyEventParam );
   440            }
   441            }
   441     }
   442     }