diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2009-02-15 05:40:48 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2009-02-15 05:40:48 +0000 |
commit | dcba7925fd2d0ab1b560781a3a37293b372a3e02 (patch) | |
tree | d0408a5a8fecd2cb09aae8478b2d540b893a1846 | |
parent | eb01ac3bfcd320c14889318dbca210f61b71bb36 (diff) | |
download | config-dcba7925fd2d0ab1b560781a3a37293b372a3e02.tar config-dcba7925fd2d0ab1b560781a3a37293b372a3e02.tar.gz config-dcba7925fd2d0ab1b560781a3a37293b372a3e02.tar.bz2 config-dcba7925fd2d0ab1b560781a3a37293b372a3e02.tar.xz config-dcba7925fd2d0ab1b560781a3a37293b372a3e02.zip |
- add support for volume keys (mvbz #47218)
-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"> |