Change in GUI Volume Slider position with Vol key press

samuel samuel.verstraete at gmail.com
Sat Mar 7 15:13:29 CET 2009


On Thu, Mar 5, 2009 at 7:44 AM, Yves-Alexis Perez <corsac at debian.org> wrote:
> On jeu, 2009-03-05 at 11:24 +0530, ashish yadav wrote:
>> Any reference please.
> corsac at hidalgo: xfconf-query -c xfce4-keyboard-shortcuts -p /commands/custom/XF86AudioLowerVolume
> amixer set Master 10%-
> corsac at hidalgo: xfconf-query -c xfce4-keyboard-shortcuts -p /commands/custom/XF86AudioRaiseVolume
> amixer set Master 10%+
> corsac at hidalgo: xfconf-query -c xfce4-keyboard-shortcuts -p /commands/custom/XF86AudioMute
> amixer set Master toggle

as the channels don't exist:
$ xfconf-query -c xfce4-keyboard-shortcuts -n -p
/commands/custom/XF86AudioMute -s 'amixer set Master toggle' -t string
$ xfconf-query -c xfce4-keyboard-shortcuts -n -p
/commands/custom/XF86AudioRaiseVolume -s 'amixer set Master 10%+' -t
string
$ xfconf-query -c xfce4-keyboard-shortcuts -n -p
/commands/custom/XF86AudioLowerVolume -s 'amixer set Master 10%-' -t
string



>
> Cheers,
> --
> Yves-Alexis
>
> _______________________________________________
> Xfce mailing list
> Xfce at xfce.org
> http://foo-projects.org/mailman/listinfo/xfce
> http://www.xfce.org
>



More information about the Xfce mailing list