From cec1b15a7cc94fd9dd935397e8bd4aa4bacdf48b Mon Sep 17 00:00:00 2001 From: infirit Date: Tue, 8 Sep 2015 12:27:48 +0200 Subject: Rework gsettings schema building * Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files --- schemas/org.mate.peripherals-mouse.gschema.xml.in | 59 +++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 schemas/org.mate.peripherals-mouse.gschema.xml.in (limited to 'schemas/org.mate.peripherals-mouse.gschema.xml.in') 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..bb7eebe --- /dev/null +++ b/schemas/org.mate.peripherals-mouse.gschema.xml.in @@ -0,0 +1,59 @@ + + + + false + Mouse button orientation + Swap left and right mouse buttons for left-handed mice. + + + true + Single Click + Single click to open icons. + + + -1 + Single Click + Acceleration multiplier for mouse motion. A value of -1 is the system default. + + + -1 + Motion Threshold + Distance in pixels the pointer must move before accelerated mouse motion is activated. A value of -1 is the system default. + + + 8 + Drag Threshold + Distance before a drag is started. + + + 400 + Double Click Time + Length of a double click. + + + true + Middle button emulation + Enables middle mouse button emulation through simultaneous left and right button click. + + + false + Locate Pointer + Highlights the current location of the pointer when the Control key is pressed and released. + + + '' + Cursor font + 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. + + + '' + Cursor theme + Cursor theme name. Used only by Xservers that support Xcursor, such as XFree86 4.3 and later. + + + 18 + Cursor size + Size of the cursor referenced by cursor_theme. + + + -- cgit v1.2.1