1<schemalist gettext-domain="mate-desktop">
2  <enum id="org.mate.peripherals-mouse.AccelProfile">
3    <value nick="default" value="0"/>
4    <value nick="adaptive" value="1"/>
5    <value nick="flat" value="2"/>
6  </enum>
7  <schema id="org.mate.peripherals-mouse" path="/org/mate/desktop/peripherals/mouse/">
8    <key name="left-handed" type="b">
9      <default>false</default>
10      <summary>Mouse button orientation</summary>
11      <description>Swap left and right mouse buttons for left-handed mice.</description>
12    </key>
13    <key name="motion-acceleration" type="d">
14      <default>-1</default>
15      <summary>Motion Acceleration</summary>
16      <description>Acceleration multiplier for mouse motion.  A value of -1 is the system default.</description>
17    </key>
18    <key name="motion-threshold" type="i">
19      <default>-1</default>
20      <summary>Motion Threshold</summary>
21      <description>Distance in pixels the pointer must move before accelerated mouse motion is activated.  A value of -1 is the system default.</description>
22    </key>
23    <key name="accel-profile" enum="org.mate.peripherals-mouse.AccelProfile">
24      <default>'default'</default>
25      <summary>Acceleration profile</summary>
26      <description>Acceleration profile used for connected mice. The acceleration profile can be set to either default ('default') which uses the default acceleration profile for each device, flat ('flat'), which accelerates by a device specific constant factor derived from the configured pointer speed, or adaptive ('adaptive') which adapts the acceleration depending on the mouse movement. If a mouse doesn't support the configured profile, 'default' will be used.</description>
27    </key>
28    <key name="drag-threshold" type="i">
29      <default>8</default>
30      <summary>Drag Threshold</summary>
31      <description>Distance before a drag is started.</description>
32    </key>
33    <key name="double-click" type="i">
34      <default>400</default>
35      <summary>Double Click Time</summary>
36      <description>Length of a double click.</description>
37    </key>
38    <key name="middle-button-enabled" type="b">
39      <default>true</default>
40      <summary>Middle button emulation</summary>
41      <description>Enables middle mouse button emulation through simultaneous left and right button click.</description>
42    </key>
43    <key name="locate-pointer" type="b">
44      <default>false</default>
45      <summary>Locate Pointer</summary>
46      <description>Highlights the current location of the pointer when the Control key is pressed and released.</description>
47    </key>
48    <key name="cursor-theme" type="s">
49      <default>''</default>
50      <summary>Cursor theme</summary>
51      <description>Cursor theme name.</description>
52    </key>
53    <key name="cursor-size" type="i">
54      <default>24</default>
55      <summary>Cursor size</summary>
56      <description>Size of the cursor referenced by cursor_theme.</description>
57    </key>
58  </schema>
59</schemalist>
60