1<schemalist>
2
3  <schema id="org.cinnamon.desktop.a11y.magnifier"
4	  path="/org/cinnamon/desktop/a11y/magnifier/"
5          gettext-domain="@GETTEXT_PACKAGE@">
6    <key name="mouse-tracking" enum="org.cinnamon.desktop.CDesktopMagnifierMouseTrackingMode">
7      <default>'proportional'</default>
8      <_summary>Mouse Tracking Mode</_summary>
9      <_description>
10        Determines the position of the magnified mouse image within the
11        magnified view and how it reacts to system mouse movement. The values
12        are
13        - none: no mouse tracking;
14        - centered: the mouse image is
15        displayed at the center of the zoom region (which also represents
16        the point under the system mouse) and the magnified contents are
17        scrolled as the system mouse moves;
18        - proportional: the position of the magnified mouse in the zoom region
19        is proportionally the same as the position of the system mouse on screen;
20        - push: when the magnified mouse intersects a boundary of the zoom
21        region, the contents are scrolled into view.
22      </_description>
23    </key>
24    <key name="lens-shape" enum="org.cinnamon.desktop.CDesktopMagnifierLensShape">
25      <default>'square'</default>
26      <_summary></_summary>
27      <_description>
28        The shape of lens to use in lens mode - a square, or a vertical or horizontal band.
29      </_description>
30    </key>
31    <key name="screen-position" enum="org.cinnamon.desktop.CDesktopMagnifierScreenPosition">
32      <default>'full-screen'</default>
33      <_summary>Screen position</_summary>
34      <_description>
35        The magnified view either fills the entire screen, or occupies the
36        top-half, bottom-half, left-half, or right-half of the screen.
37      </_description>
38    </key>
39    <key name="mag-factor" type="d">
40      <default>1.0</default>
41      <range min="1.0" max="15.0"/>
42      <_summary>Magnification factor</_summary>
43      <_description>
44        The power of the magnification. A value of 1.0 means no magnification.
45        A value of 2.0 doubles the size.
46      </_description>
47    </key>
48    <key name="lens-mode" type="b">
49      <default>false</default>
50      <_summary>Enable lens mode</_summary>
51      <_description>
52        Whether the magnified view should be centered over the location of
53        the system mouse and move with it.
54      </_description>
55    </key>
56    <key name="scroll-at-edges" type="b">
57      <default>false</default>
58      <_summary>
59        Scroll magnified contents beyond the edges of the desktop
60      </_summary>
61      <_description>
62        For centered mouse tracking, when the system pointer is at or near the
63        edge of the screen, the magnified contents continue to scroll such that
64        the screen edge moves into the magnified view.
65      </_description>
66    </key>
67
68    <!-- Cross-hairs -->
69    <key name="show-cross-hairs" type="b">
70      <default>false</default>
71      <_summary>Show or hide crosshairs</_summary>
72      <_description>
73        Enables/disables display of crosshairs centered on the magnified
74        mouse sprite.
75      </_description>
76    </key>
77    <key name="cross-hairs-thickness" type="i">
78      <default>8</default>
79      <_summary>Thickness of the crosshairs in pixels</_summary>
80      <_description>
81        Width in pixels of the vertical and horizontal lines that make up the crosshairs.
82      </_description>
83    </key>
84    <key name="cross-hairs-color" type="s">
85      <default>'#ff0000'</default>
86      <_summary>Color of the crosshairs</_summary>
87      <_description>
88        The color of the the vertical and horizontal lines that make up
89        the crosshairs.
90      </_description>
91    </key>
92    <key name="cross-hairs-opacity" type="d">
93      <default>0.66</default>
94      <range min="0.0" max="1.0"/>
95      <_summary>Opacity of the crosshairs</_summary>
96      <_description>
97        Determines the transparency of the crosshairs, from fully opaque
98        to fully transparent.
99      </_description>
100    </key>
101    <key name="cross-hairs-length" type="i">
102      <default>4096</default>
103      <range min="20" max="4096"/>
104      <_summary>Length of the crosshairs in pixels</_summary>
105      <_description>
106        Determines the length in pixels of the vertical and horizontal
107        lines that make up the crosshairs.
108      </_description>
109    </key>
110    <key name="cross-hairs-clip" type="b">
111      <default>false</default>
112      <_summary>Clip the crosshairs at the center</_summary>
113      <_description>
114        Determines whether the crosshairs intersect the magnified mouse sprite,
115        or are clipped such that the ends of the horizontal and vertical lines
116        surround the mouse image.
117      </_description>
118    </key>
119    <key name="invert-lightness" type="b">
120      <default>false</default>
121      <_summary>Inverse lightness</_summary>
122      <_description>
123        Determines whether the lightness values are inverted:  darker colors
124        become lighter and vice versa, and white and black are interchanged.
125      </_description>
126    </key>
127    <key name="color-saturation" type="d">
128      <default>1.0</default>
129      <range min="0.0" max="1.0"/>
130      <_summary>Color Saturation</_summary>
131      <_description>
132        Represents a change to the color saturation, from 0.0 (grayscale)
133        to 1.0 (full color).
134      </_description>
135    </key>
136    <key name="brightness-red" type="d">
137      <default>0.0</default>
138      <range min="-1.0" max="1.0"/>
139      <_summary>Change brightness of red</_summary>
140      <_description>
141        Represents a change to the default brightness of the red component. Zero
142        indicates no change, values less than zero indicate a decrease, and
143        values greater than zero indicate an increase.
144      </_description>
145    </key>
146    <key name="brightness-green" type="d">
147      <default>0.0</default>
148      <range min="-1.0" max="1.0"/>
149      <_summary>Change brightness of green</_summary>
150      <_description>
151        Represents a change to the default brightness for the green component.
152        Zero indicates no change, values less than zero indicate a decrease, and
153        values greater than zero indicate an increase.
154      </_description>
155    </key>
156    <key name="brightness-blue" type="d">
157      <default>0.0</default>
158      <range min="-1.0" max="1.0"/>
159      <_summary>Change brightness of blue</_summary>
160      <_description>
161        Represents a change to the default brightness for the blue component.
162        Zero indicates no change, values less than zero indicate a decrease, and
163        values greater than zero indicate an increase.
164      </_description>
165    </key>
166    <key name="contrast-red" type="d">
167      <default>0.0</default>
168      <range min="-1.0" max="1.0"/>
169      <_summary>Change contrast of red</_summary>
170      <_description>
171        Represents a change to the default contrast of the red component.  Zero
172        indicates no change in contrast, values less than zero indicate a
173        decrease, and values greater than zero indicate an increase.
174      </_description>
175    </key>
176    <key name="contrast-green" type="d">
177      <default>0.0</default>
178      <range min="-1.0" max="1.0"/>
179      <_summary>Change contrast of green</_summary>
180      <_description>
181        Represents a change to the default contrast of the green component.
182        Zero indicates no change in contrast, values less than zero indicate a
183        decrease, and values greater than zero indicate an increase.
184      </_description>
185    </key>
186    <key name="contrast-blue" type="d">
187      <default>0.0</default>
188      <range min="-1.0" max="1.0"/>
189      <_summary>Change contrast of blue</_summary>
190      <_description>
191        Represents a change to the default contrast of the blue component.  Zero
192        indicates no change in contrast, values less than zero indicate a
193        decrease, and values greater than zero indicate an increase.
194     </_description>
195    </key>
196  </schema>
197</schemalist>
198