Op Mon, 18 Feb 2002 20:30:41 -0500
krabbelde Marco Fonseca <[EMAIL PROTECTED]>:
> Jan Schaumann wrote:
>
> >Somebody else already answered your shading question, but
> >I thought you might be interested in a not-so-popular but
> >why-didn't-i-think-of-this way of using bbkeys to exit out of
> >Blackbox (something I've long been looking for as it was the only
> >thing I ever used the mouse for[1]):
> >
> >(Linux)
> >
> >KeyToGrab(F12), WithModifier(Control), WithAction(ExecCommand), \
> > DoThis(kill `ps h -C blackbox -o "%p"`)
> >
> >(NetBSD)
> >
> >KeyToGrab(F12), WithModifier(Control), WithAction(ExecCommand),
> > DoThis(kill `ps ax | grep [b]lackbox | awk '{print $1;}'`)
> >
> Don't know about bsd, but for linux 'killall blackbox' seems easier.
Doesn't bbkeys have a command "ExitBlackbox" ?
If you are running as root, and there are remote users logged in, you
would kill their sessions!
bye,
--
Wilbert Berendsen (http://www.xs4all.nl/~wbsoft/)