blob: f08a4c7d091647bb0220fbeb3ccd0701c6945c17 (
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
<schemalist>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals" path="/apps/gnome-settings-daemon/peripherals/">
<child name="smartcard" schema="org.gnome.settings-daemon.peripherals.smartcard"/>
<child name="touchpad" schema="org.gnome.settings-daemon.peripherals.touchpad"/>
<child name="keyboard" schema="org.gnome.settings-daemon.peripherals.keyboard"/>
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.smartcard" path="/apps/gnome-settings-daemon/peripherals/smartcard/">
<key name="removal-action" enum="org.gnome.settings-daemon.GsdSmartcardRemovalAction">
<default>'none'</default>
<_summary>Smartcard removal action</_summary>
<_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>
</key>
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.touchpad" path="/apps/gnome-settings-daemon/peripherals/touchpad/">
<key name="disable-while-typing" type="b">
<default>false</default>
<_summary>Disable touchpad while typing</_summary>
<_description>Set this to TRUE if you have problems with accidentally hitting the touchpad while typing.</_description>
</key>
<key name="horiz-scroll-enabled" type="b">
<default>false</default>
<_summary>Enable horizontal scrolling</_summary>
<_description>Set this to TRUE to allow horizontal scrolling by the same method selected with the scroll_method key.</_description>
</key>
<key name="scroll-method" enum="org.gnome.settings-daemon.GsdTouchpadScrollMethod">
<default>'edge-scrolling'</default>
<_summary>Select the touchpad scroll method</_summary>
<_description>Select the touchpad scroll method. Supported values are: "disabled", "edge-scrolling", "two-finger-scrolling".</_description>
</key>
<key name="tap-to-click" type="b">
<default>false</default>
<_summary>Enable mouse clicks with touchpad</_summary>
<_description>Set this to TRUE to be able to send mouse clicks by tapping on the touchpad.</_description>
</key>
<key name="touchpad-enabled" type="b">
<default>true</default>
<_summary>Enable touchpad</_summary>
<_description>Set this to TRUE to enable all touchpads.</_description>
</key>
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.keyboard" path="/apps/gnome-settings-daemon/peripherals/keyboard/">
<key name="repeat" type="b">
<default>true</default>
</key>
<key name="click" type="b">
<default>true</default>
</key>
<key name="rate" type="i">
<default>30</default>
</key>
<key name="delay" type="i">
<default>500</default>
</key>
<key name="click-volume" type="i">
<default>0</default>
</key>
<key name="bell-mode" enum="org.gnome.settings-daemon.GsdBellMode">
<default>'on'</default>
<description>Possible values are "on", "off", and "custom".</description>
</key>
<key name="bell-pitch" type="i">
<default>400</default>
</key>
<key name="bell-duration" type="i">
<default>100</default>
</key>
<key name="bell-custom-file" type="s">
<default>''</default>
<summary>Keyboard Bell Custom Filename</summary>
<description>File name of the bell sound to be played.</description>
</key>
<key name="remember-numlock-state" type="b">
<default>true</default>
<summary>Remember NumLock state</summary>
<description>When set to true, GNOME will remember the state of the NumLock LED between sessions.</description>
</key>
</schema>
</schemalist>
|