3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 06:44:18 +00:00
Brooklyn/plasma/kcms/access/kcmaccessibilitybell.kcfg
2022-04-02 18:24:21 +05:00

37 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
<kcfgfile name="kaccessrc" />
<group name="Bell">
<entry name="SystemBell" key="SystemBell" type="Bool">
<label>Use System Bell</label>
<default>true</default>
</entry>
<entry name="CustomBell" key="ArtsBell" type="Bool">
<label>Customize system bell</label>
<default>false</default>
</entry>
<entry name="CustomBellFile" key="ArtsBellFile" type="String">
<label>Sound file for the Bell</label>
</entry>
<entry name="VisibleBell" key="VisibleBell" type="Bool">
<label>Use a visual bell instead of a sound</label>
<default>false</default>
</entry>
<entry name="InvertScreen" key="VisibleBellInvert" type="Bool">
<label>Invert the system colors on the bell</label>
<default>true</default>
</entry>
<entry name="VisibleBellColor" key="VisibleBellColor" type="Color">
<label>Color of the Visible Bell</label>
<default></default>
</entry>
<entry name="VisibleBellPause" key="VisibleBellPause" type="Int">
<label>Duration of the Visible Bell</label>
<default>500</default>
</entry>
</group>
</kcfg>