~ubuntu-branches/ubuntu/oneiric/gnome-settings-daemon/oneiric-proposed

« back to all changes in this revision

Viewing changes to .pc/00git_numlock_status.patch/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in

  • Committer: Package Import Robot
  • Author(s): Rodrigo Moya
  • Date: 2011-09-19 17:05:48 UTC
  • mfrom: (1.1.51 upstream)
  • Revision ID: package-import@ubuntu.com-20110919170548-gegm8ewt6qf7v7lp
Tags: 3.1.92-0ubuntu1
* New upstream release
* debian/control:
  - Bump libcolord-dev build dependency
* debian/patches/00git_guard_against_division_by_0.patch:
* debian/patches/00git_dont_crash_if_session_not_ready.patch:
* debian/patches/00git_numlock_status.patch:
* debian/patches/00git_disconnect_callbacks.patch:
  - Remove upstream patches
* debian/patches/06_use_application_indicator.patch:
* debian/patches/16_use_synchronous_notifications.patch:
  - Rebased

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<schemalist>
2
 
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals" path="/org/gnome/settings-daemon/peripherals/">
3
 
    <child name="smartcard" schema="org.gnome.settings-daemon.peripherals.smartcard"/>
4
 
    <child name="touchpad" schema="org.gnome.settings-daemon.peripherals.touchpad"/>
5
 
    <child name="keyboard" schema="org.gnome.settings-daemon.peripherals.keyboard"/>
6
 
    <child name="mouse" schema="org.gnome.settings-daemon.peripherals.mouse"/>
7
 
    <child name="touchscreen" schema="org.gnome.settings-daemon.peripherals.touchscreen"/>
8
 
    <child name="input-devices" schema="org.gnome.settings-daemon.peripherals.input-devices"/>
9
 
  </schema>
10
 
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.smartcard" path="/org/gnome/settings-daemon/peripherals/smartcard/">
11
 
    <key name="removal-action" enum="org.gnome.settings-daemon.GsdSmartcardRemovalAction">
12
 
      <default>'none'</default>
13
 
      <_summary>Smartcard removal action</_summary>
14
 
      <_description>Set this to one of "none", "lock-screen", or "force-logout". The action will get performed when the smartcard used for log in is removed.</_description>
15
 
    </key>
16
 
  </schema>
17
 
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.touchpad" path="/org/gnome/settings-daemon/peripherals/touchpad/">
18
 
    <key name="disable-while-typing" type="b">
19
 
      <default>false</default>
20
 
      <_summary>Disable touchpad while typing</_summary>
21
 
      <_description>Set this to TRUE if you have problems with accidentally hitting the touchpad while typing.</_description>
22
 
    </key>
23
 
    <key name="horiz-scroll-enabled" type="b">
24
 
      <default>false</default>
25
 
      <_summary>Enable horizontal scrolling</_summary>
26
 
      <_description>Set this to TRUE to allow horizontal scrolling by the same method selected with the scroll_method key.</_description>
27
 
    </key>
28
 
    <key name="scroll-method" enum="org.gnome.settings-daemon.GsdTouchpadScrollMethod">
29
 
      <default>'edge-scrolling'</default>
30
 
      <_summary>Select the touchpad scroll method</_summary>
31
 
      <_description>Select the touchpad scroll method. Supported values are: "disabled", "edge-scrolling", "two-finger-scrolling".</_description>
32
 
    </key>
33
 
    <key name="tap-to-click" type="b">
34
 
      <default>false</default>
35
 
      <_summary>Enable mouse clicks with touchpad</_summary>
36
 
      <_description>Set this to TRUE to be able to send mouse clicks by tapping on the touchpad.</_description>
37
 
    </key>
38
 
    <key name="touchpad-enabled" type="b">
39
 
      <default>true</default>
40
 
      <_summary>Enable touchpad</_summary>
41
 
      <_description>Set this to TRUE to enable all touchpads.</_description>
42
 
    </key>
43
 
    <key name="left-handed" enum="org.gnome.settings-daemon.GsdTouchpadHandedness">
44
 
      <default>'mouse'</default>
45
 
      <summary>Touchpad button orientation</summary>
46
 
      <description>Swap left and right mouse buttons for left-handed mice with 'left', 'right' for right-handed, 'mouse' to follow the mouse setting.</description>
47
 
    </key>
48
 
    <key name="motion-acceleration" type="d">
49
 
      <default>-1</default>
50
 
      <summary>Single Click</summary>
51
 
      <description>Acceleration multiplier for mouse motion. A value of -1 is the system default.</description>
52
 
    </key>
53
 
    <key name="motion-threshold" type="i">
54
 
      <default>-1</default>
55
 
      <summary>Motion Threshold</summary>
56
 
      <description>Distance in pixels the pointer must move before accelerated mouse motion is activated. A value of -1 is the system default.</description>
57
 
    </key>
58
 
  </schema>
59
 
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.keyboard" path="/org/gnome/settings-daemon/peripherals/keyboard/">
60
 
    <key name="repeat" type="b">
61
 
      <default>true</default>
62
 
    </key>
63
 
    <key name="click" type="b">
64
 
      <default>true</default>
65
 
    </key>
66
 
    <key name="repeat-interval" type="u">
67
 
      <default>30</default>
68
 
      <summary>Key Repeat Interval</summary>
69
 
      <description>Delay between repeats in milliseconds.</description>
70
 
    </key>
71
 
    <key name="delay" type="u">
72
 
      <default>500</default>
73
 
      <summary>Initial Key Repeat Delay</summary>
74
 
      <description>Initial key repeat delay in milliseconds.</description>
75
 
    </key>
76
 
    <key name="click-volume" type="i">
77
 
      <default>0</default>
78
 
    </key>
79
 
    <key name="bell-mode" enum="org.gnome.settings-daemon.GsdBellMode">
80
 
      <default>'on'</default>
81
 
      <description>Possible values are "on", "off", and "custom".</description>
82
 
    </key>
83
 
    <key name="bell-pitch" type="i">
84
 
      <default>400</default>
85
 
    </key>
86
 
    <key name="bell-duration" type="i">
87
 
      <default>100</default>
88
 
    </key>
89
 
    <key name="bell-custom-file" type="s">
90
 
      <default>''</default>
91
 
      <summary>Keyboard Bell Custom Filename</summary>
92
 
      <description>File name of the bell sound to be played.</description>
93
 
    </key>
94
 
    <key name="remember-numlock-state" type="b">
95
 
      <default>true</default>
96
 
      <summary>Remember NumLock state</summary>
97
 
      <description>When set to true, GNOME will remember the state of the NumLock LED between sessions.</description>
98
 
    </key>
99
 
  </schema>
100
 
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.mouse" path="/org/gnome/settings-daemon/peripherals/mouse/">
101
 
    <key name="locate-pointer" type="b">
102
 
      <default>false</default>
103
 
      <_summary>Highlights the current location of the pointer when the Control key is pressed and released.</_summary>
104
 
    </key>
105
 
    <key name="left-handed" type="b">
106
 
      <default>false</default>
107
 
      <summary>Mouse button orientation</summary>
108
 
      <description>Swap left and right mouse buttons for left-handed mice.</description>
109
 
    </key>
110
 
    <key name="motion-acceleration" type="d">
111
 
      <default>-1</default>
112
 
      <summary>Single Click</summary>
113
 
      <description>Acceleration multiplier for mouse motion. A value of -1 is the system default.</description>
114
 
    </key>
115
 
    <key name="motion-threshold" type="i">
116
 
      <default>-1</default>
117
 
      <summary>Motion Threshold</summary>
118
 
      <description>Distance in pixels the pointer must move before accelerated mouse motion is activated. A value of -1 is the system default.</description>
119
 
    </key>
120
 
    <key name="double-click" type="i">
121
 
      <default>400</default>
122
 
      <_summary>Double click time</_summary>
123
 
      <_description> Length of a double click in milliseconds.</_description>
124
 
    </key>
125
 
    <key name="drag-threshold" type="i">
126
 
      <default>8</default>
127
 
      <_summary>Drag threshold</_summary>
128
 
      <_description>Distance before a drag is started.</_description>
129
 
    </key>
130
 
    <key name="middle-button-enabled" type="b">
131
 
      <default>false</default>
132
 
      <_summary>Middle button emulation</_summary>
133
 
      <_description>Enables middle mouse button emulation through simultaneous left and right button click.</_description>
134
 
    </key>
135
 
  </schema>
136
 
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.touchscreen" path="/org/gnome/settings-daemon/peripherals/touchscreen/">
137
 
    <key name="orientation-lock" type="b">
138
 
      <default>false</default>
139
 
      <_summary>Whether the tablet's orientation is locked, or rotated automatically.</_summary>
140
 
    </key>
141
 
  </schema>
142
 
  <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.input-devices" path="/org/gnome/settings-daemon/peripherals/input-devices/">
143
 
    <key name="hotplug-command" type="s">
144
 
      <default>''</default>
145
 
      <_summary>Device hotplug custom command</_summary>
146
 
      <_description>Command to be run when a device is added or removed.</_description>
147
 
    </key>
148
 
  </schema>
149
 
</schemalist>