This file is indexed.

/usr/share/glib-2.0/schemas/org.gnome.desktop.a11y.magnifier.gschema.xml is in gsettings-desktop-schemas 3.10.1-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>

  <schema path="/org/gnome/desktop/a11y/magnifier/" id="org.gnome.desktop.a11y.magnifier" gettext-domain="gsettings-desktop-schemas">
    <key name="mouse-tracking" enum="org.gnome.desktop.GDesktopMagnifierMouseTrackingMode">
      <default>'proportional'</default>
      <summary>Mouse Tracking Mode</summary>
      <description>Determines the position of the magnified mouse image within the magnified view and how it reacts to system mouse movement. The values are - none: no mouse tracking; - centered: the mouse image is displayed at the center of the zoom region (which also represents the point under the system mouse) and the magnified contents are scrolled as the system mouse moves; - proportional: the position of the magnified mouse in the zoom region is proportionally the same as the position of the system mouse on screen; - push: when the magnified mouse intersects a boundary of the zoom region, the contents are scrolled into view.</description>
    </key>
    <key name="focus-tracking" enum="org.gnome.desktop.GDesktopMagnifierFocusTrackingMode">
      <default>'push'</default>
      <summary>Focus Tracking Mode</summary>
      <description>Determines the position of the focused widget within magnified view. The values are: - none: no focus tracking - centered: the focused image is displayed at the center of the zoom region (which also represents the point under the system focus) and the magnified contents are scrolled as the system focus moves - proportional: the position of the magnified focus in the zoom region is proportionally the same as the position of the system focus on screen - push: when the magnified focus intersects a boundary of the zoom region, the contents are scrolled into view</description>
    </key>
    <key name="caret-tracking" enum="org.gnome.desktop.GDesktopMagnifierCaretTrackingMode">
      <default>'centered'</default>
      <summary>Caret Tracking Mode</summary>
      <description>Determines the position of the caret within magnified view. The values are: - none: no caret tracking - centered: the image of the caret is displayed at the center of the zoom region (which also represents the point under the system caret) and the magnified contents are scrolled as the system caret moves - proportional: the position of the magnified caret in the zoom region is proportionally the same as the position of the system caret on screen - push: when the magnified caret intersects a boundary of the zoom region, the contents are scrolled into view</description>
    </key>
    <key name="screen-position" enum="org.gnome.desktop.GDesktopMagnifierScreenPosition">
      <default>'full-screen'</default>
      <summary>Screen position</summary>
      <description>The magnified view either fills the entire screen, or occupies the top-half, bottom-half, left-half, or right-half of the screen.</description>
    </key>
    <key type="d" name="mag-factor">
      <default>2.0</default>
      <range min="0.1" max="32.0"/>
      <summary>Magnification factor</summary>
      <description>The power of the magnification. A value of 1.0 means no magnification. A value of 2.0 doubles the size.</description>
    </key>
    <key type="b" name="lens-mode">
      <default>false</default>
      <summary>Enable lens mode</summary>
      <description>Whether the magnified view should be centered over the location of the system mouse and move with it.</description>
    </key>
    <key type="b" name="scroll-at-edges">
      <default>false</default>
      <summary>Scroll magnified contents beyond the edges of the desktop</summary>
      <description>For centered mouse tracking, when the system pointer is at or near the edge of the screen, the magnified contents continue to scroll such that the screen edge moves into the magnified view.</description>
    </key>

    
    <key type="b" name="show-cross-hairs">
      <default>false</default>
      <summary>Show or hide crosshairs</summary>
      <description>Enables/disables display of crosshairs centered on the magnified mouse sprite.</description>
    </key>
    <key type="i" name="cross-hairs-thickness">
      <default>8</default>
      <summary>Thickness of the crosshairs in pixels</summary>
      <description>Width in pixels of the vertical and horizontal lines that make up the crosshairs.</description>
    </key>
    <key type="s" name="cross-hairs-color">
      <default>'#ff0000'</default>
      <summary>Color of the crosshairs</summary>
      <description>The color of the the vertical and horizontal lines that make up the crosshairs.</description>
    </key>
    <key type="d" name="cross-hairs-opacity">
      <default>0.66</default>
      <range min="0.0" max="1.0"/>
      <summary>Opacity of the crosshairs</summary>
      <description>Determines the transparency of the crosshairs, from fully opaque to fully transparent.</description>
    </key>
    <key type="i" name="cross-hairs-length">
      <default>4096</default>
      <range min="20" max="4096"/>
      <summary>Length of the crosshairs in pixels</summary>
      <description>Determines the length in pixels of the vertical and horizontal lines that make up the crosshairs.</description>
    </key>
    <key type="b" name="cross-hairs-clip">
      <default>false</default>
      <summary>Clip the crosshairs at the center</summary>
      <description>Determines whether the crosshairs intersect the magnified mouse sprite, or are clipped such that the ends of the horizontal and vertical lines surround the mouse image.</description>
    </key>
    <key type="b" name="invert-lightness">
      <default>false</default>
      <summary>Inverse lightness</summary>
      <description>Determines whether the lightness values are inverted: darker colors become lighter and vice versa, and white and black are interchanged.</description>
    </key>
    <key type="d" name="color-saturation">
      <default>1.0</default>
      <range min="0.0" max="1.0"/>
      <summary>Color Saturation</summary>
      <description>Represents a change to the color saturation, from 0.0 (grayscale) to 1.0 (full color).</description>
    </key>
    <key type="d" name="brightness-red">
      <default>0.0</default>
      <range min="-1.0" max="1.0"/>
      <summary>Change brightness of red</summary>
      <description>Represents a change to the default brightness of the red component. Zero indicates no change, values less than zero indicate a decrease, and values greater than zero indicate an increase.</description>
    </key>
    <key type="d" name="brightness-green">
      <default>0.0</default>
      <range min="-1.0" max="1.0"/>
      <summary>Change brightness of green</summary>
      <description>Represents a change to the default brightness for the green component. Zero indicates no change, values less than zero indicate a decrease, and values greater than zero indicate an increase.</description>
    </key>
    <key type="d" name="brightness-blue">
      <default>0.0</default>
      <range min="-1.0" max="1.0"/>
      <summary>Change brightness of blue</summary>
      <description>Represents a change to the default brightness for the blue component. Zero indicates no change, values less than zero indicate a decrease, and values greater than zero indicate an increase.</description>
    </key>
    <key type="d" name="contrast-red">
      <default>0.0</default>
      <range min="-1.0" max="1.0"/>
      <summary>Change contrast of red</summary>
      <description>Represents a change to the default contrast of the red component. Zero indicates no change in contrast, values less than zero indicate a decrease, and values greater than zero indicate an increase.</description>
    </key>
    <key type="d" name="contrast-green">
      <default>0.0</default>
      <range min="-1.0" max="1.0"/>
      <summary>Change contrast of green</summary>
      <description>Represents a change to the default contrast of the green component. Zero indicates no change in contrast, values less than zero indicate a decrease, and values greater than zero indicate an increase.</description>
    </key>
    <key type="d" name="contrast-blue">
      <default>0.0</default>
      <range min="-1.0" max="1.0"/>
      <summary>Change contrast of blue</summary>
      <description>Represents a change to the default contrast of the blue component. Zero indicates no change in contrast, values less than zero indicate a decrease, and values greater than zero indicate an increase.</description>
    </key>
  </schema>
</schemalist>