diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-08 14:29:39 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-08 14:29:39 +0200 |
commit | 3873b9ff75a839ec85694b987da788ab254ec519 (patch) | |
tree | a3211dd8ab55a28904e41f599b03f455455bd182 /schemas/org.mate.peripherals-mouse.gschema.xml.in.in | |
parent | 5a1ce4568d566302c3c230e2bf66dc6d556cda6d (diff) | |
download | mate-desktop-3873b9ff75a839ec85694b987da788ab254ec519.tar.bz2 mate-desktop-3873b9ff75a839ec85694b987da788ab254ec519.tar.xz |
fix internationalization support for gsettings schemas
Diffstat (limited to 'schemas/org.mate.peripherals-mouse.gschema.xml.in.in')
-rw-r--r-- | schemas/org.mate.peripherals-mouse.gschema.xml.in.in | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/schemas/org.mate.peripherals-mouse.gschema.xml.in.in b/schemas/org.mate.peripherals-mouse.gschema.xml.in.in new file mode 100644 index 0000000..a439871 --- /dev/null +++ b/schemas/org.mate.peripherals-mouse.gschema.xml.in.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> |