~ubuntu-branches/ubuntu/raring/gnome-orca/raring-proposed

« back to all changes in this revision

Viewing changes to help/C/commands_table.page

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2011-01-05 12:12:25 UTC
  • mfrom: (0.9.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20110105121225-lb9p9vzglvepeo6x
Tags: 2.91.4-0ubuntu1
* New upstream release
  - General:
    + Fix for bug #637667 - Speech Settings in a profile are not always
      loaded.
    + Fix for bug #637653 - In a new setup, the Orca Preferences window
      no longer gets focus.
    + Fix for bug #637661 - We should be careful when using run() in Orca
      dialogs because we can become unresponsive.
    + Fix for bug #637670 - Speech is getting broken up into separate
      utterances when it should not be.
    + Fix for bug #637662 - The label serving as static text in the
      Save Profile As dialog should be removed.
    + Fix for bug #637665 - The 'Active Profile' label in the Preferences
      dialog should have a shortcut.
    + Fix for bug #637654 - Several changes need to be made to the
      Save Profile As widgets.
    + Fix for bug #637637 - The Save Profile As dialog should not be
      setting accessible names for non-visible children.
    + Fix for bug #570650 - Profiles and new settings manager.
    + Fix for bug #637551 - Pressing help in the Orca Preferences dialog
      should put you in the Preferences help.
    + Work on bug #631123 - Orca documentation needs to be updated, converted
      to Mallard, augmented, and moved to the Orca module.
    + Fix for bug #637115 - Orca needs to have Miramar added to the list of
      names for thunderbird scripts.
    + Fix for bug #637422 - bookmarkCurrentWhereAmI() is not presenting roles
      correctly.
    + Fix for bug #636824 - Orca is at the mercy of speech-dispatcher's default
      priority
  - New and updated translations (THANKS EVERYONE!!!):
    + es     Spanish       Jorge González
    + hu     Hungarian     Attila Hammer
    + et     Estonian      Ivar Smolin
* debian/patches/01_add_ubiquity-script.patch: Refresh
* debian/control: Add python-yaml and gnome-doc-utils build dependencies

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="commands_table">
 
2
  <info>
 
3
    <link type="next" xref="commands_flat_review" />
 
4
    <link type="guide" xref="commands#reading_documents" />
 
5
    <link type="seealso" xref="howto_tables"  />
 
6
    <title type="sort">3. Table Navigation</title>
 
7
    <title type="link">Table Navigation</title>
 
8
    <desc>
 
9
      Commands for accessing tabular information
 
10
    </desc>
 
11
    <credit type="author">
 
12
      <name>Joanmarie Diggs</name>
 
13
      <email>joanied@gnome.org</email>
 
14
    </credit>
 
15
    <license>
 
16
      <p>Creative Commons Share Alike 3.0</p>
 
17
    </license>
 
18
  </info>
 
19
  <title>Table Navigation Commands</title>
 
20
  <p>
 
21
    Orca's support for navigation by table cell is part of its
 
22
    <link xref="commands_structural_navigation#tables">Structural Navigation
 
23
    commands</link>. In addition you can:
 
24
  </p>
 
25
  <list>
 
26
    <item>
 
27
      <p>
 
28
        Set dynamic row headers to current column:
 
29
        <keyseq><key>Orca Modifier</key><key>C</key></keyseq>
 
30
      </p>
 
31
    </item>
 
32
    <item>
 
33
      <p>
 
34
        Set dynamic column headers to current row:
 
35
        <keyseq><key>Orca Modifier</key><key>R</key></keyseq>
 
36
      </p>
 
37
    </item>
 
38
    <item>
 
39
      <p>
 
40
        Clear dynamic row headers:
 
41
        <keyseq><key>Orca Modifier</key><key>C</key></keyseq> (double-clicked)
 
42
      </p>
 
43
    </item>
 
44
    <item>
 
45
      <p>
 
46
        Clear dynamic column headers:
 
47
        <keyseq><key>Orca Modifier</key><key>R</key></keyseq> (double-clicked)
 
48
      </p>
 
49
    </item>
 
50
    <item>
 
51
      <p>
 
52
        Toggle between cell and row reading in a table:
 
53
        <keyseq><key>Orca Modifier</key><key>F11</key></keyseq>
 
54
      </p>
 
55
    </item>
 
56
  </list>
 
57
</page>