]> err.no Git - mapper/commitdiff
Add some more settings to the schema
authorKaj-Michael Lang <milang@onion.tal.org>
Wed, 16 Jan 2008 11:58:13 +0000 (13:58 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Wed, 16 Jan 2008 11:58:13 +0000 (13:58 +0200)
data/mapper.schemas.in

index fe2f1aaed852abb751b1daedd4b8f032c7216715..f66fbef31d8ce0436240363fba68826fa4ad6a9b 100644 (file)
        </locale>
       </schema>
 
+      <schema>
+        <key>/schemas/apps/maemo/mapper/enable_voice</key>
+       <applyto>/apps/maemo/mapper/enable_voice</applyto>
+       <owner>maemo/mapper</owner>
+       <type>bool</type>
+       <default>true</default>
+       <locale name="C">
+         <short>Enable speech</short>
+       </locale>
+      </schema>
+
+      <schema>
+        <key>/schemas/apps/maemo/mapper/voice_speed</key>
+       <applyto>/apps/maemo/mapper/voice_speed</applyto>
+       <owner>maemo/mapper</owner>
+       <type>int</type>
+       <default>160</default>
+       <locale name="C">
+         <short>Voice speed in words per minute</short>
+       </locale>
+      </schema>
+
+      <schema>
+        <key>/schemas/apps/maemo/mapper/voice_pitch</key>
+       <applyto>/apps/maemo/mapper/voice_pitch</applyto>
+       <owner>maemo/mapper</owner>
+       <type>int</type>
+       <default>80</default>
+       <locale name="C">
+         <short>Voice pitch</short>
+       </locale>
+      </schema>
+
   </schemalist>
 </gconfschemafile>