inputmethods_plat/aknfep_settings_api/inc/AknFepInternalCRKeys.h
branchRCL_3
changeset 6 6ceef9a83b1a
parent 5 a47de9135b21
child 12 5e18d8c489d6
equal deleted inserted replaced
5:a47de9135b21 6:6ceef9a83b1a
   342 /*
   342 /*
   343  * This key is used for arabic finger hwr to set or get the default arabic finger hwr orientation.
   343  * This key is used for arabic finger hwr to set or get the default arabic finger hwr orientation.
   344  * 0 is for portrait and 1 is for landscape.
   344  * 0 is for portrait and 1 is for landscape.
   345  */
   345  */
   346 const TUint32 KAknFepDefaultArabicFingerHwrOrientation = 0x00000023;
   346 const TUint32 KAknFepDefaultArabicFingerHwrOrientation = 0x00000023;
       
   347 
       
   348 /**
       
   349  * This key is required for the Korean Combine Word flag. Korean
       
   350  * peninputplugin uses it to store the user selection for Korean Combine 
       
   351  * Words settings.
       
   352  * Korean Combining Version is 0x00000001,
       
   353  * Korean ConsonantSsangKiyeok combining stage is 0x00000002,
       
   354  * Korean ConsonantSsangTikeut combining stage is 0x00000004,
       
   355  * Korean ConsonantSsangPieup combining stage is 0x00000008,
       
   356  * Korean ConsonantSsangSios combining stage is 0x00000010,
       
   357  * Korean ConsonantSsangCieuc combining stage is 0x00000020,
       
   358  * Korean ConsonantYaPlusI combining stage is 0x00000040,
       
   359  * Korean ConsonantYuPlusI combining stage is 0x00000080,
       
   360  * Korean Combining Word Setting On is 0x00000100
       
   361  *
       
   362  */
       
   363 const TUint32 KAknFepKoreanCombineWordFlag = 0x00000024;              
   347 #endif
   364 #endif
   348 
   365 
   349 // End of file
   366 // End of file