diff options
Diffstat (limited to 'schemas/org.mate.peripherals-mouse.gschema.xml.in.in')
-rw-r--r-- | schemas/org.mate.peripherals-mouse.gschema.xml.in.in | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/schemas/org.mate.peripherals-mouse.gschema.xml.in.in b/schemas/org.mate.peripherals-mouse.gschema.xml.in.in deleted file mode 100644 index 3817d9d..0000000 --- a/schemas/org.mate.peripherals-mouse.gschema.xml.in.in +++ /dev/null @@ -1,59 +0,0 @@ -<schemalist gettext-domain="@GETTEXT_PACKAGE@"> - <schema id="org.mate.peripherals-mouse" path="/org/mate/desktop/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="middle-button-enabled" type="b"> - <default>true</default> - <_summary>Middle button emulation</_summary> - <_description>Enables middle mouse button emulation through simultaneous left and right button 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> |