Fix error in kg conversion
[gcalctool.git] / help / C / keyboard.page
bloba52220102d9d4849af3746ebd2bc18e1b3e89028
1 <page xmlns="http://projectmallard.org/1.0/"
2       type="guide"
3       id="keyboard">
5     <info>
6         <link type="guide" xref="index#ui"/>
7     </info>
9         <title>Using the Keyboard</title>
11     <p>
12     All mathematical equations can be entered using the keyboard.
13     </p>
14     <p>
15     The following key combinations can be used to enter keys that may not be available on your keyboard.
16     </p>
17     <table>
18     <tr>
19     <td><p>×</p></td>
20     <td><p><key>*</key></p></td>
21     </tr>
22     <tr>
23     <td><p>÷</p></td>
24     <td><p><key>/</key></p></td>
25     </tr>
26     <tr>
27     <td><p>^</p></td>
28     <td><p><key>*</key> twice</p></td>
29     </tr>
30     <tr>
31     <td><p>√</p></td>
32     <td><p><keyseq><key>Ctrl</key><key>R</key></keyseq></p></td>
33     </tr>
34     <tr>
35     <td><p>π</p></td>
36     <td><p><keyseq><key>Ctrl</key><key>P</key></keyseq></p></td>
37     </tr>
38     </table>
39     <p>
40     To enter <link xref="superscript">superscript numbers</link> use <keyseq><key>Ctrl</key>number</keyseq>, for subscript use <keyseq><key>Alt</key>number</keyseq>.
41     </p>
42 </page>