~ubuntu-branches/ubuntu/lucid/gcalctool/lucid-updates

« back to all changes in this revision

Viewing changes to help/ca/keyboard.page

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-04-07 19:41:56 UTC
  • mfrom: (1.3.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100407194156-hgj8g002ffce2de0
Tags: 5.30.0.is.5.28.2-0ubuntu1
Downgrade to 5.28.2 as the new version does not support number bases
as well.

Show diffs side-by-side

added added

removed removed

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