aboutsummaryrefslogtreecommitdiffstats
path: root/common/xfce4/xfconf/xfce-perchannel-xml/keyboards.xml
blob: 32af7e198405347d0609564a45dbbab3c2864237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>

<channel name="keyboards" version="1.0">
  <property name="Default" type="empty">
    <property name="KeyRepeat" type="bool" value="true">
      <property name="Rate" type="int" value="20"/>
    </property>
  </property>
  <property name="DefaultKeyRepeat" type="empty">
    <property name="Delay" type="int" value="500"/>
  </property>
</channel>