337 * right softkey. Similar funtionality is anyway available on ITU-T keypads with the edit key; |
337 * right softkey. Similar funtionality is anyway available on ITU-T keypads with the edit key; |
338 * this setting affects only QWERTY keyboards. Possible values: 0 (off), 1 (on) |
338 * this setting affects only QWERTY keyboards. Possible values: 0 (off), 1 (on) |
339 */ |
339 */ |
340 const TUint32 KAknFepShiftCopyPasteOnQwerty = 0x00000022; |
340 const TUint32 KAknFepShiftCopyPasteOnQwerty = 0x00000022; |
341 |
341 |
342 /* |
|
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. |
|
345 */ |
|
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; |
|
364 |
|
365 /* |
|
366 * This key is used for arabic finger hwr to set or get the default number mode. |
|
367 * in number table. |
|
368 * 0 is for latin number and 1 is for native number. |
|
369 */ |
|
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 |
|
384 #endif |
342 #endif |
385 |
343 |
386 // End of file |
344 // End of file |