[Solved] Re: Multimedia/Volume Keys Not Working
Hi Facundo,
Thanks for that. I did actually try xbindkeys before, and I was sure
my config was correct, but obviously I was wrong: I didn't point at
the card like you did (with -c0) and think there's where I went wrong
as everything else in your rc file is identical to my .xbindkeysrc.
Thanks again, and thanks to everyone who tried to help - especially
Andrey Rahmatul who tried insisting I give xbindkeys another go! :-)
H
On 15 February 2013 16:51, Facundo Aguirre
<facundo@creativadigital.com.ar> wrote:
> My .xbdinkeysrc for those keys is (using cmus as music player):
> # (un)mute
> "amixer -c0 set Master toggle"
> m:0x0 + c:121
> # XF86AudioMute
>
> # volume up
> "amixer -c0 set Master 1+ unmute"
> Shift + m:0x0 + c:123
> # XF86AudioRaiseVolume
>
> # volume down
> "amixer -c0 set Master 1-"
> Shift + m:0x0 + c:122
> # XF86AudioLowerVolume
>
> # more volume up
> "amixer -c0 set Master 10+ unmute"
> m:0x0 + c:123
> # XF86AudioRaiseVolume
>
> # more volume down
> "amixer -c0 set Master 10-"
> m:0x0 + c:122
> # XF86AudioLowerVolume
>
> # play / pause
> "cmus-remote -u"
> m:0x0 + c:172
> # XF86AudioPlay
>
> # stop
> "cmus-remote -s"
> m:0x0 + c:174
> # XF86AudioStop
>
> # next
> "cmus-remote -n"
> m:0x0 + c:171
> # XF86AudioNext
Reply to: