File: quick_select_plugin.page

package info (click to toggle)
accerciser 3.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,896 kB
  • sloc: python: 8,277; sh: 827; makefile: 239
file content (38 lines) | stat: -rw-r--r-- 1,619 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="quick_select_plugin" xml:lang="ca">
  <info>
    <link type="guide" xref="index#examining_a11y"/>
    <title type="sort">5. Quick Select Plugin</title>
    <link type="next" xref="api_browser_plugin"/>
    <desc>
      Locating the object you need
    </desc>
    <credit type="author">
      <name>Eitan Isaacson</name>
      <email>eitan@ascender.com</email>
    </credit>
    <credit type="author">
      <name>Peter Parente</name>
      <email>pparent@us.ibm.com</email>
    </credit>
    <credit type="author">
      <name>Aline Bessa</name>
      <email>alibezz@gmail.com</email>
    </credit>
    <license>
      <p>Creative Commons Share Alike 3.0</p>
    </license>
  </info>
  <title> Quick Select Plugin</title>
  <p>
    The Quick Select Plugin does not provide a visible interface like the other default <app>Accerciser</app> plugins - 
    instead, it adds facilities for quickly selecting items in the <link xref="desktop_tree_view">Application Tree View</link> via
    global hotkeys. Originally, these hotkeys were part of <app>Accerciser</app>'s core code, turning into the Quick
    Select Plugin later.
  </p>
  <p>
    The Quick Select Plugin provides two global hotkeys. Pressing <key>ctrl</key>+<key>alt</key>+<key>a</key>
    selects the last focused accessible widget in the Application Tree View. Pressing <key>ctrl</key>+<key>alt</key>+<key>/</key>
    selects the accessible widget under the pointer in the Application Tree View and highlights it in the target application.
  </p> 
</page>