David Terrell <[EMAIL PROTECTED]> wrote:
> I'm trying to get completely set up with a
> no-mouse-required existance.
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;}'`)
-Jan
[1] since the menu can't be popped open or operated by bbkeys (in the
moment)
--
finger [EMAIL PROTECTED]
Please do not CC me when replying to messages on a Mailing List.
See Mail-Reply-To header (www.google.com/search?q=Mail-Reply-To+Header).