~ubuntu-branches/debian/sid/gsettings-desktop-schemas/sid

« back to all changes in this revision

Viewing changes to schemas/org.gnome.desktop.a11y.magnifier.gschema.xml.in.in

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-07-14 23:26:58 UTC
  • mfrom: (1.4.3) (12.1.10 experimental)
  • Revision ID: package-import@ubuntu.com-20140714232658-mrsvbgnl1wait4uf
Tags: 3.12.2-1
* Fix typo in package description (Closes: #746315)
  - thanks Anders Jonsson
* New upstream release.
* Bump Standards-Version to 3.9.5
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        region, the contents are scrolled into view.
22
22
      </_description>
23
23
    </key>
 
24
    <key name="focus-tracking" enum="org.gnome.desktop.GDesktopMagnifierFocusTrackingMode">
 
25
      <default>'push'</default>
 
26
      <_summary>Focus Tracking Mode</_summary>
 
27
      <_description>
 
28
        Determines the position of the focused widget within magnified view.
 
29
 
 
30
        The values are:
 
31
 
 
32
        - none: no focus tracking
 
33
 
 
34
        - centered: the focused image is displayed at the center of the zoom region (which also represents the
 
35
          point under the system focus) and the magnified contents are scrolled as the system focus moves
 
36
 
 
37
        - proportional: the position of the magnified focus in the zoom region is proportionally the same as the
 
38
          position of the system focus on screen
 
39
 
 
40
        - push: when the magnified focus intersects a boundary of the zoom region, the contents are scrolled
 
41
          into view
 
42
    </_description>
 
43
    </key>
 
44
    <key name="caret-tracking" enum="org.gnome.desktop.GDesktopMagnifierCaretTrackingMode">
 
45
      <default>'centered'</default>
 
46
      <_summary>Caret Tracking Mode</_summary>
 
47
      <_description>
 
48
        Determines the position of the caret within magnified view. The values are:
 
49
 
 
50
      - none: no caret tracking
 
51
 
 
52
      - centered: the image of the caret is displayed at the center of the zoom region (which also represents
 
53
        the point under the system caret) and the magnified contents are scrolled as the system caret moves
 
54
 
 
55
      - proportional: the position of the magnified caret in the zoom region is proportionally the same as the
 
56
        position of the system caret on screen
 
57
 
 
58
      - push: when the magnified caret intersects a boundary of the zoom region, the contents are scrolled into
 
59
        view
 
60
      </_description>
 
61
    </key>
24
62
    <key name="screen-position" enum="org.gnome.desktop.GDesktopMagnifierScreenPosition">
25
63
      <default>'full-screen'</default>
26
64
      <_summary>Screen position</_summary>