[Xfce4-commits] r24972 - xfce-mcs-plugins/branches/xfce_4_4/plugins/keyboard_plugin

Olivier Fourdan olivier at xfce.org
Tue Feb 13 21:26:36 CET 2007


Author: olivier
Date: 2007-02-13 20:26:36 +0000 (Tue, 13 Feb 2007)
New Revision: 24972

Modified:
   xfce-mcs-plugins/branches/xfce_4_4/plugins/keyboard_plugin/default.xml
Log:
Add default shortcuts for volume control using aumix

Modified: xfce-mcs-plugins/branches/xfce_4_4/plugins/keyboard_plugin/default.xml
===================================================================
--- xfce-mcs-plugins/branches/xfce_4_4/plugins/keyboard_plugin/default.xml	2007-02-13 20:25:24 UTC (rev 24971)
+++ xfce-mcs-plugins/branches/xfce_4_4/plugins/keyboard_plugin/default.xml	2007-02-13 20:26:36 UTC (rev 24972)
@@ -1,5 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <shortcuts-theme name="Default">
+	<shortcut command="aumix -v+10" keys="XF86AudioRaiseVolume"/>
+	<shortcut command="aumix -v-10" keys="XF86AudioLowerVolume"/>
+	<shortcut command="aumix -v0" keys="XF86AudioMute"/>
 	<shortcut command="xfhelp4" keys="Alt+F1"/>
 	<shortcut command="xflock4" keys="Control+Alt+Delete"/>
 	<shortcut command="xfrun4" keys="Alt+F2"/>



More information about the Xfce4-commits mailing list