I use HotKeys in which I use the volume control keys from my laptop. 
There is also a nice OSD to show the volume as I'm changing it.

On Fri, 17 Feb 2006 04:03 pm, Matthieu Moy wrote:
> Ilya Schurov <[EMAIL PROTECTED]> writes:
> > kpress(DEFAULT_MOD.."Control+Page_Up",make_exec_fn("amixer set
> > Master 5%+"));
> > kpress(DEFAULT_MOD.."Control+Page_Down",make_exec_fn("amixer set
> > Master 5%-"));
> >
> > I'm using gkrellm2 in dock in order to show current state of sound
> > mixer. You can also use osd_cat to show the state when changing it
> > via hotkeys.
>
> That's what I do:
>
> defbindings("WScreen", {
>
>                kpress("Scroll_Lock", "ioncore.exec_on(_, \"setmixer
> -V vol -5 | head -1 | osd_cat -o 25 -s 2 -d 2
> -f'-adobe-courier-bold-r-*-*-24-*-*-*-*-150-*-1'\")"),
> kpress("Pause", "ioncore.exec_on(_, \"setmixer -V vol +5 | head -1 |
> osd_cat -o 25 -s 2 -d 2
> -f'-adobe-courier-bold-r-*-*-24-*-*-*-*-150-*-1'\")"),
>
>             })

Reply via email to