summaryrefslogtreecommitdiff
path: root/schemas
diff options
context:
space:
mode:
authorBradford Hovinen (Gdict maintainer) <hovinen@src.gnome.org>2001-12-18 20:43:59 +0000
committerBradford Hovinen (Gdict maintainer) <hovinen@src.gnome.org>2001-12-18 20:43:59 +0000
commitb8d35def7af2fe2f462c6e0d1637d03552c46ef1 (patch)
treec635155f4a13e5de1c35af0aa985b028b819271f /schemas
parent6d8f83a769bd8e3aecb7a445000ee6739eabe728 (diff)
downloadgnome-control-center-b8d35def7af2fe2f462c6e0d1637d03552c46ef1.tar.gz
Added keyboard schemas
Diffstat (limited to 'schemas')
-rw-r--r--schemas/peripherals.schemas89
1 files changed, 89 insertions, 0 deletions
diff --git a/schemas/peripherals.schemas b/schemas/peripherals.schemas
index 1a545511c..54c6688f6 100644
--- a/schemas/peripherals.schemas
+++ b/schemas/peripherals.schemas
@@ -70,5 +70,94 @@
<long>Length of a double click</long>
</locale>
</schema>
+
+ <schema>
+ <applyto>/desktop/gnome/peripherals/keyboard/repeat</applyto>
+ <key>/schemas/desktop/gnome/peripherals/keyboard/repeat</key>
+ <owner>gnome</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+ <schema>
+ <applyto>/desktop/gnome/peripherals/keyboard/click</applyto>
+ <key>/schemas/desktop/gnome/peripherals/keyboard/click</key>
+ <owner>gnome</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+ <schema>
+ <applyto>/desktop/gnome/peripherals/keyboard/rate</applyto>
+ <key>/schemas/desktop/gnome/peripherals/keyboard/rate</key>
+ <owner>gnome</owner>
+ <type>int</type>
+ <default>30</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+ <schema>
+ <applyto>/desktop/gnome/peripherals/keyboard/delay</applyto>
+ <key>/schemas/desktop/gnome/peripherals/keyboard/delay</key>
+ <owner>gnome</owner>
+ <type>int</type>
+ <default>500</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+ <schema>
+ <applyto>/desktop/gnome/peripherals/keyboard/clickvolume</applyto>
+ <key>/schemas/desktop/gnome/peripherals/keyboard/clickvolume</key>
+ <owner>gnome</owner>
+ <type>int</type>
+ <default>0</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+ <schema>
+ <applyto>/desktop/gnome/peripherals/keyboard/bell_percent</applyto>
+ <key>/schemas/desktop/gnome/peripherals/keyboard/bell_percent</key>
+ <owner>gnome</owner>
+ <type>int</type>
+ <default>50</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+ <schema>
+ <applyto>/desktop/gnome/peripherals/keyboard/bell_pitch</applyto>
+ <key>/schemas/desktop/gnome/peripherals/keyboard/bell_pitch</key>
+ <owner>gnome</owner>
+ <type>int</type>
+ <default>50</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+ <schema>
+ <applyto>/desktop/gnome/peripherals/keyboard/bell_duration</applyto>
+ <key>/schemas/desktop/gnome/peripherals/keyboard/bell_duration</key>
+ <owner>gnome</owner>
+ <type>int</type>
+ <default>100</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
</schemalist>
</gconfschemafile>