Used patch from Bug #926320 and Bug #926246

This commit is contained in:
Valdur Kana 2012-02-22 20:49:52 +02:00
parent b0ae317d09
commit 4b7618efbc

View File

@ -388,19 +388,19 @@
</keybind>
<!-- Keybinding for Volume management -->
<keybind key="XF86AudioRaiseVolume">
<action name="Execute">
<command>amixer -q sset Master 3%+</command>
</action>
<action name="Execute">
<command>amixer -q sset Master 3%+ unmute</command>
</action>
</keybind>
<keybind key="XF86AudioLowerVolume">
<action name="Execute">
<command>amixer -q sset Master 3%-</command>
</action>
<action name="Execute">
<command>amixer -q sset Master 3%- unmute</command>
</action>
</keybind>
<keybind key="XF86AudioLowerVolume">
<action name="Execute">
<command>amixer -q sset Master toggle</command>
</action>
<keybind key="XF86AudioMute">
<action name="Execute">
<command>amixer -q sset Master toggle</command>
</action>
</keybind>
<!-- Keybinding for terminal button-->
<keybind key="XF86WWW">