~ubuntu-branches/debian/sid/gsettings-desktop-schemas/sid

« back to all changes in this revision

Viewing changes to schemas/org.gnome.desktop.peripherals.gschema.xml.in

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort, Sjoerd Simons, Emilio Pozuelo Monfort
  • Date: 2015-05-22 20:16:55 UTC
  • mfrom: (1.5.5)
  • Revision ID: package-import@ubuntu.com-20150522201655-4ctpiadmyh5t6699
Tags: 3.16.1-1
[ Sjoerd Simons ]
* New upstream release

[ Emilio Pozuelo Monfort ]
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<schemalist>
 
2
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.desktop.peripherals" path="/org/gnome/desktop/peripherals/">
 
3
    <child name="touchpad" schema="org.gnome.desktop.peripherals.touchpad"/>
 
4
    <child name="keyboard" schema="org.gnome.desktop.peripherals.keyboard"/>
 
5
    <child name="mouse" schema="org.gnome.desktop.peripherals.mouse"/>
 
6
    <child name="trackball" schema="org.gnome.desktop.peripherals.trackball"/>
 
7
    <child name="tablet" schema="org.gnome.desktop.peripherals.tablet"/>
 
8
    <child name="touchscreen" schema="org.gnome.desktop.peripherals.touchscreen"/>
 
9
  </schema>
 
10
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.desktop.peripherals.touchpad" path="/org/gnome/desktop/peripherals/touchpad/">
 
11
    <key name="scroll-method" enum="org.gnome.desktop.GDesktopTouchpadScrollMethod">
 
12
      <default>'two-finger-scrolling'</default>
 
13
      <summary>Select the touchpad scroll method</summary>
 
14
      <description>Select the touchpad scroll method. Supported values are: "disabled", "edge-scrolling", "two-finger-scrolling".</description>
 
15
    </key>
 
16
    <key name="tap-to-click" type="b">
 
17
      <default>false</default>
 
18
      <summary>Enable mouse clicks with touchpad</summary>
 
19
      <description>Set this to TRUE to be able to send mouse clicks by tapping on the touchpad.</description>
 
20
    </key>
 
21
    <key name="send-events" enum="org.gnome.desktop.GDesktopDeviceSendEvents">
 
22
      <default>'enabled'</default>
 
23
      <summary>Touchpad enabled</summary>
 
24
      <description>Defines the situations in which the touchpad is enabled.</description>
 
25
    </key>
 
26
    <key name="left-handed" enum="org.gnome.desktop.GDesktopTouchpadHandedness">
 
27
      <default>'mouse'</default>
 
28
      <summary>Touchpad button orientation</summary>
 
29
      <description>Swap left and right mouse buttons for left-handed mice with 'left', 'right' for right-handed, 'mouse' to follow the mouse setting.</description>
 
30
    </key>
 
31
    <key name="speed" type="d">
 
32
      <default>0</default>
 
33
      <summary>Pointer speed</summary>
 
34
      <description>Pointer speed for the touchpad. Accepted values are in the [-1..1] range (from "unaccelerated" to "fast"). A value of 0 is the system default.</description>
 
35
      <range min="-1" max="1"/>
 
36
    </key>
 
37
    <key name="natural-scroll" type="b">
 
38
      <default>false</default>
 
39
      <summary>Natural scrolling</summary>
 
40
      <description>Set this to TRUE to enable natural (reverse) scrolling for touchpads.</description>
 
41
    </key>
 
42
    <key name="click-method" enum="org.gnome.desktop.GDesktopTouchpadClickMethod">
 
43
      <default>'default'</default>
 
44
      <summary>Click method</summary>
 
45
      <description>How to generate software-emulated buttons, either disabled ('none'), through specific areas ('areas'), number of fingers ('fingers') or left as hardware default ('default').</description>
 
46
    </key>
 
47
  </schema>
 
48
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.desktop.peripherals.keyboard" path="/org/gnome/desktop/peripherals/keyboard/">
 
49
    <key name="repeat" type="b">
 
50
      <default>true</default>
 
51
      <summary>Keyboard repeat</summary>
 
52
      <description>Set this to TRUE to enable keyboard repeat.</description>
 
53
    </key>
 
54
    <key name="repeat-interval" type="u">
 
55
      <default>30</default>
 
56
      <summary>Key Repeat Interval</summary>
 
57
      <description>Delay between repeats in milliseconds.</description>
 
58
    </key>
 
59
    <key name="delay" type="u">
 
60
      <default>500</default>
 
61
      <summary>Initial Key Repeat Delay</summary>
 
62
      <description>Initial key repeat delay in milliseconds.</description>
 
63
    </key>
 
64
  </schema>
 
65
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.desktop.peripherals.mouse" path="/org/gnome/desktop/peripherals/mouse/">
 
66
    <key name="left-handed" type="b">
 
67
      <default>false</default>
 
68
      <summary>Mouse button orientation</summary>
 
69
      <description>Swap left and right mouse buttons for left-handed mice.</description>
 
70
    </key>
 
71
    <key name="speed" type="d">
 
72
      <default>0</default>
 
73
      <summary>Pointer speed</summary>
 
74
      <description>Pointer speed for mice. Accepted values are in the [-1..1] range (from "unaccelerated" to "fast"). A value of 0 is the system default.</description>
 
75
      <range min="-1" max="1"/>
 
76
    </key>
 
77
    <key name="natural-scroll" type="b">
 
78
      <default>false</default>
 
79
      <summary>Natural scrolling</summary>
 
80
      <description>Set this to TRUE to enable natural (reverse) scrolling for mice.</description>
 
81
    </key>
 
82
  </schema>
 
83
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.desktop.peripherals.tablet">
 
84
    <key name="display" type="as">
 
85
      <default>["", "", ""]</default>
 
86
      <summary>Drawing tablet mapping</summary>
 
87
      <description>EDID information of the monitor the tablet is mapped to. Must be in the format [vendor, product, serial]. ["","",""] disables mapping.</description>
 
88
    </key>
 
89
  </schema>
 
90
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.desktop.peripherals.touchscreen">
 
91
    <key name="display" type="as">
 
92
      <default>["", "", ""]</default>
 
93
      <summary>Touchscreen display mapping</summary>
 
94
      <description>EDID information of the monitor the touchscreen is mapped to. Must be in the format [vendor, product, serial]. ["","",""] disables mapping.</description>
 
95
    </key>
 
96
  </schema>
 
97
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.desktop.peripherals.trackball" path="/org/gnome/desktop/peripherals/trackball/">
 
98
    <key name="scroll-wheel-emulation-button" type="i">
 
99
      <default>0</default>
 
100
      <range min="0" max="24"/>
 
101
      <summary>Mouse wheel emulation button. 0 to disable the feature.</summary>
 
102
    </key>
 
103
  </schema>
 
104
</schemalist>