aboutsummaryrefslogtreecommitdiffstats
path: root/data/xfce4/xfconf/xfce-perchannel-xml/accessibility.xml
blob: d07f2656806c83b2b4581a88b398da751a71e7b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>