Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / workspace / kcontrol / accessibility / kcm_accessibility.kcfg
blobad9d0d4500765b54892b977f925a1f29ce85ec3d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
5 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
6 <kcfgfile name="bellrc"/>
7 <group name="General">
8 <entry name="SystemBell" type="Bool">
9 <label>If the simple PC speaker should be used</label>
10 <default>false</default>
11 </entry>
12 <entry name="CustomBell" type="Bool">
13 <label>Whether a custom sound should be used as bell</label>
14 <default>false</default>
15 </entry>
16 <entry name="Visiblebell" type="Bool">
17 <label>If the screen should blink when the bell is sounded</label>
18 <default>false</default>
19 </entry>
20 </group>
21 <group name="CustomBell">
22 <entry name="Sound" type="Path">
23 <label>The path to the custom sound, if it is used</label>
24 </entry>
25 </group>
26 <group name="Visible">
27 <entry name="Flash" type="Bool">
28 <label>If the screen should be flashed</label>
29 <default>false</default>
30 </entry>
31 <entry name="Invert" type="Bool">
32 <label>If the screen image should be inverted</label>
33 <default>true</default>
34 </entry>
35 <entry name="FlashColor" type="Color">
36 <label>The color to flash the screen with</label>
37 <default>#FF0000</default>
38 </entry>
39 <entry name="Duration" type="UInt">
40 <label>For how long the flash is active</label>
41 <default>500</default>
42 <max>3000</max>
43 </entry>
44 </group>
45 <!--
46 // keyboard
47 // sticky keys
48 stickykeys->setchecked(false);
49 lockwithstickykeys->setchecked(true);
51 // slow keys
52 slowkeys->setchecked(false);
53 slowkeysdelay->setvalue(500);
55 // bounce keys
56 bouncekeys->setchecked(false);
57 bouncekeysdelay->setvalue(500);
59 // mouse
60 // navigation
61 accelerationdelay->setvalue(160);
62 repeatinterval->setvalue(5);
63 accelerationtime->setvalue(1000);
64 maximumspeed->setvalue(500);
65 accelerationProfile->setValue(0);
66 -->
67 </kcfg>