Symbian3/SDK/Source/GUID-B35E6CAD-C9C8-467E-85CF-9781DEC8BF7C.dita
changeset 8 ae94777fff8f
parent 7 51a74ef9ed63
equal deleted inserted replaced
7:51a74ef9ed63 8:ae94777fff8f
    23 <p>For more information on text input on touch devices, see <xref href="GUID-57B7DA8C-A62F-4C65-B754-47D9F5E76416.dita">Text
    23 <p>For more information on text input on touch devices, see <xref href="GUID-57B7DA8C-A62F-4C65-B754-47D9F5E76416.dita">Text
    24 input</xref>.</p>
    24 input</xref>.</p>
    25 <p>Some keys, such as the star (*), hash (#) key, clear key, and edit key,
    25 <p>Some keys, such as the star (*), hash (#) key, clear key, and edit key,
    26 have specific  functions assigned to them during text editing. The functions
    26 have specific  functions assigned to them during text editing. The functions
    27 depend on the keyboard type (ITU-T or QWERTY) and whether text prediction
    27 depend on the keyboard type (ITU-T or QWERTY) and whether text prediction
    28 or multitapping mode is active. The four available modes are:</p>
    28 or multi-tapping mode is active. The four available modes are:</p>
    29 <ul>
    29 <ul>
    30 <li><p>ITU-T inmultitapping mode</p></li>
    30 <li><p>ITU-T in multi-tapping mode.</p></li>
    31 <li><p>ITU-T with text prediction on</p></li>
    31 <li><p>ITU-T with text prediction ON.</p></li>
    32 <li><p>QWERTY keyboard with text prediction on</p></li>
    32 <li><p>QWERTY keyboard with text prediction ON.</p></li>
    33 <li><p>QWERTY keyboard with text prediction off</p></li>
    33 <li><p>QWERTY keyboard with text prediction OFF.</p></li>
    34 </ul>
    34 </ul>
    35 <table id="GUID-BFD539DB-0C98-4FAF-85CC-63EC012C9F48"><title>Specific key
    35 <table id="GUID-BFD539DB-0C98-4FAF-85CC-63EC012C9F48"><title>Specific key
    36 functions on ITU-T keypad</title>
    36 functions on ITU-T keypad</title>
    37 <tgroup cols="2"><colspec colname="col1"/><colspec colname="col2"/>
    37 <tgroup cols="2"><colspec colname="col1"/><colspec colname="col2"/>
    38 <thead>
    38 <thead>
    63 <row>
    63 <row>
    64 <entry><p>Hash (#) key</p></entry>
    64 <entry><p>Hash (#) key</p></entry>
    65 <entry><p>In the alpha mode, changes the character case (upper case, lower
    65 <entry><p>In the alpha mode, changes the character case (upper case, lower
    66 case, text case). In a typical number mode, produces a # character.In devices
    66 case, text case). In a typical number mode, produces a # character.In devices
    67 with no Edit key, a short press changes the current case and the text prediction
    67 with no Edit key, a short press changes the current case and the text prediction
    68 mode (on/off), and a long key press (together with the Arrow keys) selects
    68 mode (ON/OFF), and a long key press (together with the Arrow keys) selects
    69 text.</p></entry>
    69 text.</p></entry>
    70 </row>
    70 </row>
    71 <row>
    71 <row>
    72 <entry><p>Clear key</p></entry>
    72 <entry><p>Clear key</p></entry>
    73 <entry><p>Clears the previous character from the cursor. In case more characters
    73 <entry><p>Clears the previous character from the cursor. In case more characters
    82 </row>
    82 </row>
    83 </tbody>
    83 </tbody>
    84 </tgroup>
    84 </tgroup>
    85 </table>
    85 </table>
    86 <section id="GUID-BD3EF056-DE12-4500-8924-22427DAE2100"><title>Using
    86 <section id="GUID-BD3EF056-DE12-4500-8924-22427DAE2100"><title>Using
    87 text editing in C++ applications</title><p>The API to use for providing text
    87 text editing in applications</title><p>The API to use for providing text editing
    88 editing functionality is the <xref format="html" href="specs/guides/Editors_API_Specification/Editors_API_Specification.html" scope="peer">Editors API</xref>. For implementation information, see <xref format="html" href="specs/guides/Editors_API_Specification/Editors_API_Specification.html#Editors_API_Specification.topic3" scope="peer">Using the Editors API</xref>.</p></section>
    88 functionality is the <xref format="html" href="specs/guides/Editors_API_Specification/Editors_API_Specification.html" scope="peer">Editors API</xref>. For implementation information, see <xref format="html" href="specs/guides/Editors_API_Specification/Editors_API_Specification.html#Editors_API_Specification.topic3" scope="peer">Using the Editors API</xref>.</p></section>
    89 </conbody></concept>
    89 </conbody></concept>