Eric Christian Carlsen <[EMAIL PROTECTED]> wrote:
> Along with the confirmation exit issue I have another question. Is it
> possible to set up a way to exit using the keyboard? Is there any
> command in bbkeys that will do this or any other way of going about
> it? Just thought I would ask

[jschauma@becasse jschauma]$ cat .bbkeysrc | grep kill
KeyToGrab(F12), WithModifier(Control), WithAction(ExecCommand),
DoThis(kill `ps ax | grep blackbox | grep -v grep | awk '{print $1;}'`)
[jschauma@becasse jschauma]$  uname
NetBSD
[jschauma@becasse jschauma]$

[jschauma@www jschauma]$ cat .bbkeysrc | grep kill
KeyToGrab(F12), WithModifier(Control), WithAction(ExecCommand),
DoThis(kill `ps h -C blackbox -o "%p"`)
[jschauma@www jschauma]$ uname
Linux
[jschauma@www jschauma]$

man kil
man ps

-Jan

-- 
http://www.netmeister.org
http://guinness.cs.stevens-tech.edu/~jschauma/

Reply via email to