You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82 lines
2.2 KiB
82 lines
2.2 KiB
15 years ago
|
<?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="noatunrc"/>
|
||
|
<group name="Young Hickory">
|
||
|
|
||
|
<entry key="State Icon Display" type="Enum">
|
||
|
<label>State Icon Display</label>
|
||
|
<choices>
|
||
|
<choice name="Animation"/>
|
||
|
<choice name="FlashingIcon"/>
|
||
|
<choice name="StaticIcon"/>
|
||
|
<choice name="NoIcon"/>
|
||
|
</choices>
|
||
|
<default>FlashingIcon</default>
|
||
|
</entry>
|
||
|
|
||
|
<entry name="icon" type="Int">
|
||
|
<label>Icon</label>
|
||
|
<default>1</default>
|
||
|
</entry>
|
||
|
|
||
|
<entry name="tip" type="Bool">
|
||
|
<label>Show a tooltip for the current track</label>
|
||
|
<default>true</default>
|
||
|
</entry>
|
||
|
|
||
|
<entry name="passivePopup" type="Bool">
|
||
|
<label>Announce tracks with a popup window</label>
|
||
|
<default>true</default>
|
||
|
</entry>
|
||
|
|
||
|
<entry name="passivePopupTimeout" type="Int">
|
||
|
<label>Display popup window for x seconds</label>
|
||
|
<default>5</default>
|
||
|
</entry>
|
||
|
|
||
|
<entry name="passivePopupCovers" type="Bool">
|
||
|
<label>Show covers in popup window and tooltip</label>
|
||
|
<default>true</default>
|
||
|
</entry>
|
||
|
|
||
|
<entry name="passivePopupButtons" type="Bool">
|
||
|
<label>Show buttons in popup window</label>
|
||
|
<default>true</default>
|
||
|
</entry>
|
||
|
|
||
|
|
||
|
<entry key="MiddleMouse Action" type="Enum">
|
||
|
<label>Mode</label>
|
||
|
<choices>
|
||
|
<choice name="PlayPause"/>
|
||
|
<choice name="HideShowPlaylist"/>
|
||
|
</choices>
|
||
|
<default>HideShowPlaylist</default>
|
||
|
</entry>
|
||
|
|
||
|
<entry name="MouseWheelAction$(Modifier)" type="Enum" key="mousewheelaction_$(Modifier)">
|
||
|
<parameter name="Modifier" type="Enum">
|
||
|
<values>
|
||
|
<value>None</value>
|
||
|
<value>Shift</value>
|
||
|
<value>Alt</value>
|
||
|
<value>Ctrl</value>
|
||
|
</values>
|
||
|
</parameter>
|
||
|
<choices>
|
||
|
<choice name="Nothing"/>
|
||
|
<choice name="ChangeVolume"/>
|
||
|
<choice name="ChangeTrack"/>
|
||
|
</choices>
|
||
|
<default param="None">ChangeVolume</default>
|
||
|
<default param="Shift">Nothing</default>
|
||
|
<default param="Alt">Nothing</default>
|
||
|
<default param="Ctrl">ChangeTrack</default>
|
||
|
</entry>
|
||
|
|
||
|
</group>
|
||
|
</kcfg>
|