inputmethods_plat/aknfep_settings_api/inc/AknFepInternalCRKeys.h
branchRCL_3
changeset 19 ac7e4d1d9209
parent 12 5e18d8c489d6
child 20 ebd48d2de13c
equal deleted inserted replaced
18:b1ea1642412e 19:ac7e4d1d9209
   366  * This key is used for arabic finger hwr to set or get the default number mode.
   366  * This key is used for arabic finger hwr to set or get the default number mode.
   367  * in number table.
   367  * in number table.
   368  * 0 is for latin number and 1 is for native number.
   368  * 0 is for latin number and 1 is for native number.
   369  */
   369  */
   370 const TUint32 KAknFepDefaultArabicNumberMode = 0x00000025;
   370 const TUint32 KAknFepDefaultArabicNumberMode = 0x00000025;
       
   371 
       
   372 /**
       
   373  * This key is used for storing the last used input mode in portrait orientation.
       
   374  * With adding portrait FSQ, users have two choices for portrait input mode,
       
   375  * ITU-T and portrait FSQ.  The last used input mode in portrait orientation is
       
   376  * kept to have the input mode if the phone changes the orientation to landscape
       
   377  * and back to portrait.
       
   378  * 
       
   379  * Only EPluginInputModeItut(8) and EPluginInputModePortraitFSQ(128) are valid,
       
   380  * and the default value is EPluginInputModeItut.
       
   381  */
       
   382 const TUint32 KAknFepLastUsedPortraitInput = 0x00000026;
       
   383 
   371 #endif
   384 #endif
   372 
   385 
   373 // End of file
   386 // End of file