Thanks Heiko and Ilya for the bindings and tips! I've already
configured the bindings.
Raph
On 2/16/06, Ilya Schurov <[EMAIL PROTECTED]> wrote:
> Raphael Bauduin wrote:
>
> > When I used kde, I used kmix in the sytray to easily control the sound
> > volume.
> > I wondered how you would advise me to control sound volume when using Ion3.
> > Kmix doesn't appear in the systray (last development snapshot of ion).
> > Is there another equivalent app appearing in the systray that accepts
> > mouse wheel events to control sound? Or do you use keyboard shortcuts?
> > But then, what commands do you link to these shortcuts?
>
> I'm using keyboard shortcuts (<Ctrl>+<Alt>+PageUp/Down) that mapped to
> commands 'amixer set Master 5%+/-'. The code is as following (for ion2):
>
> 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.
>
> --
> WBR,
> I.V.
>