summaryrefslogtreecommitdiff
path: root/schemas/org.mate.peripherals-mouse.gschema.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/org.mate.peripherals-mouse.gschema.xml.in')
-rw-r--r--schemas/org.mate.peripherals-mouse.gschema.xml.in54
1 files changed, 54 insertions, 0 deletions
diff --git a/schemas/org.mate.peripherals-mouse.gschema.xml.in b/schemas/org.mate.peripherals-mouse.gschema.xml.in
new file mode 100644
index 0000000..a439871
--- /dev/null
+++ b/schemas/org.mate.peripherals-mouse.gschema.xml.in
@@ -0,0 +1,54 @@
+<schemalist gettext-domain="@GETTEXT_PACKAGE@">
+ <schema id="org.mate.peripherals-mouse" path="/desktop/mate/peripherals/mouse/">
+ <key name="left-handed" type="b">
+ <default>false</default>
+ <_summary>Mouse button orientation</_summary>
+ <_description>Swap left and right mouse buttons for left-handed mice.</_description>
+ </key>
+ <key name="single-click" type="b">
+ <default>true</default>
+ <_summary>Single Click</_summary>
+ <_description>Single click to open icons.</_description>
+ </key>
+ <key name="motion-acceleration" type="d">
+ <default>-1</default>
+ <_summary>Single Click</_summary>
+ <_description>Acceleration multiplier for mouse motion. A value of -1 is the system default.</_description>
+ </key>
+ <key name="motion-threshold" type="i">
+ <default>-1</default>
+ <_summary>Motion Threshold</_summary>
+ <_description>Distance in pixels the pointer must move before accelerated mouse motion is activated. A value of -1 is the system default.</_description>
+ </key>
+ <key name="drag-threshold" type="i">
+ <default>8</default>
+ <_summary>Drag Threshold</_summary>
+ <_description>Distance before a drag is started.</_description>
+ </key>
+ <key name="double-click" type="i">
+ <default>400</default>
+ <_summary>Double Click Time</_summary>
+ <_description>Length of a double click.</_description>
+ </key>
+ <key name="locate-pointer" type="b">
+ <default>false</default>
+ <_summary>Locate Pointer</_summary>
+ <_description>Highlights the current location of the pointer when the Control key is pressed and released.</_description>
+ </key>
+ <key name="cursor-font" type="s">
+ <default>''</default>
+ <_summary>Cursor font</_summary>
+ <_description>Font name of the cursor. If unset, the default font is used. This value is only propagated to the X server start of each session, so changing it mid-session won't have an effect until the next time you log in.</_description>
+ </key>
+ <key name="cursor-theme" type="s">
+ <default>''</default>
+ <_summary>Cursor theme</_summary>
+ <_description>Cursor theme name. Used only by Xservers that support Xcursor, such as XFree86 4.3 and later.</_description>
+ </key>
+ <key name="cursor-size" type="i">
+ <default>18</default>
+ <_summary>Cursor size</_summary>
+ <_description>Size of the cursor referenced by cursor_theme.</_description>
+ </key>
+ </schema>
+</schemalist>