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.
tdemultimedia/kmix/kmix.kcfg

119 lines
4.8 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kcfg SYSTEM "http://www.kde.org/standards/kcfg/1.0/kcfg.dtd">
<kcfg>
<kcfgfile name="kmixrc"/>
<group name="General">
<entry key="AllowDocking" type="Bool">
<default>true</default>
<label>Enable system tray icon</label>
<whatsthis>Docks the mixer into the TDE panel</whatsthis>
</entry>
<entry key="TrayVolumeControl" type="Bool">
<default>true</default>
<label>Enable system tray volume slider</label>
<whatsthis>If enabled, clicking on the system tray icon pops up a volume indicator, otherwise it opens the mixer.</whatsthis>
</entry>
<entry key="Tickmarks" type="Bool">
<default>true</default>
<label>Show tickmarks</label>
<whatsthis>Enable/disable tickmark scales on the sliders</whatsthis>
</entry>
<entry name="Labels" type="Bool">
<default>true</default>
<label>Show labels</label>
<whatsthis>Enables/disables description labels above the sliders</whatsthis>
</entry>
<entry key="ValueStyle" type="Enum">
<choices>
<choice name="None">
<label>None</label>
</choice>
<choice name="Absolute">
<label>Absolute</label>
</choice>
<choice name="Relative">
<label>Relative</label>
</choice>
</choices>
<default>None</default>
<label>Volume Values</label>
<whatsthis>How volume values are displayed</whatsthis>
</entry>
<entry key="starttdeRestore" type="Bool">
<default>true</default>
<label>Autostart</label>
<whatsthis>Automatically start mixer when you login</whatsthis>
</entry>
<entry key="DockIconMuting" type="Bool">
<default>false</default>
<label>Middle click on system tray icon toggles muting</label>
</entry>
<entry key="Visible" type="Bool">
<default>false</default>
<label>Show mixer window when starting KMix</label>
<whatsthis>Check this to make KMix open the mixer window on startup by default. By default this is unchecked, causing only the system tray icon to be shown on startup. Note that if both system tray icon and this option are disabled then this option is assumed to be checked (to avoid starting KMix with no GUI at all).</whatsthis>
</entry>
<entry key="Menubar" type="Bool">
<default>true</default>
<label>Show menubar</label>
<whatsthis>Show the menu bar in the mixer window.</whatsthis>
</entry>
<entry key="MultiDriver" type="Bool">
<default>false</default>
<label>Enable multi-driver mode</label>
<whatsthis>Try scanning all backends. By default this is unchecked, which results in the first found backend being used.</whatsthis>
</entry>
<entry key="Experimental_ViewSurround" type="Bool">
<default>false</default>
<label>Enable Surround View (EXPERIMENTAL)</label>
</entry>
<entry key="Experimental_ViewGrid" type="Bool">
<default>false</default>
<label>Enable Grid View (EXPERIMENTAL)</label>
</entry>
<entry key="Orientation" type="Enum">
<choices>
<choice name="Horizontal">
<label>Horizontal</label>
</choice>
<choice name="Vertical">
<label>Vertical</label>
</choice>
</choices>
<default>Vertical</default>
<label>Slider Orientation</label>
</entry>
<entry key="UseDefaultMaster" type="Bool">
<default>true</default>
</entry>
<entry key="MasterMixer" type="String">
<default></default>
</entry>
<entry key="MasterMixerDevice" type="String">
<default></default>
</entry>
<entry key="Size" type="Size">
<default></default>
</entry>
<entry key="Position" type="Point">
<default></default>
</entry>
</group>
<group name="Appearance">
<entry key="IconTheme" type="Enum">
<choices>
<choice name="Crystal">
<label>Crystal</label>
</choice>
<choice name="OldCrystal">
<label>Classic (Old Crystal)</label>
</choice>
<choice name="System">
<label>System theme</label>
</choice>
</choices>
<default>Crystal</default>
<label>Icon Theme</label>
</entry>
</group>
</kcfg>