aboutsummaryrefslogtreecommitdiffstats
path: root/data/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml
diff options
context:
space:
mode:
authorJani Välimaa <wally@mageia.org>2012-07-18 18:25:02 +0000
committerJani Välimaa <wally@mageia.org>2012-07-18 18:25:02 +0000
commit3be76e3cf3f9fc26fbe0857011044c9446d2a428 (patch)
tree0594525f6603a6fd3cacc49ab1970a256e5c6315 /data/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml
parentad1ec57cd2c1729736ea9f25a8d6d03e6ea8e149 (diff)
downloadconfig-3be76e3cf3f9fc26fbe0857011044c9446d2a428.tar
config-3be76e3cf3f9fc26fbe0857011044c9446d2a428.tar.gz
config-3be76e3cf3f9fc26fbe0857011044c9446d2a428.tar.bz2
config-3be76e3cf3f9fc26fbe0857011044c9446d2a428.tar.xz
config-3be76e3cf3f9fc26fbe0857011044c9446d2a428.zip
- rename common dir to data and adapt Makefile to the change
Diffstat (limited to 'data/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml')
-rw-r--r--data/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml b/data/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml
new file mode 100644
index 0000000..d07f265
--- /dev/null
+++ b/data/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<channel name="accessibility" version="1.0">
+ <property name="StickyKeys" type="bool" value="false">
+ <property name="LatchToLock" type="bool" value="false"/>
+ <property name="TwoKeysDisable" type="bool" value="false"/>
+ </property>
+ <property name="SlowKeys" type="bool" value="false">
+ <property name="Delay" type="int" value="500"/>
+ </property>
+ <property name="BounceKeys" type="bool" value="false">
+ <property name="Delay" type="int" value="500"/>
+ </property>
+ <property name="MouseKeys" type="bool" value="false"/>
+</channel>