diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml index 64038cf..1ee36eb 100644 --- a/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +++ b/common/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml @@ -12,6 +12,9 @@ <property name="<Control><Alt>Delete" type="string" value="xflock4"/> <property name="<Alt>F2" type="string" value="xfrun4"/> <property name="Print" type="string" value="/usr/bin/xfce4-screenshooter -f -s $HOME"/> + <property name="XF86AudioRaiseVolume" type="string" value="aumix-text -v+10"/> + <property name="XF86AudioLowerVolume" type="string" value="aumix-text -v-10"/> + <property name="XF86AudioMute" type="string" value="aumix-text -v0"/> </property> </property> <property name="xfwm4" type="empty"> |