summaryrefslogtreecommitdiff
path: root/schemas/org.mate.peripherals-mouse.gschema.xml.in.in
blob: 072281855801214aa2674c1a10587f9dc40a0606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<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>false</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>