Ben Jansens <[EMAIL PROTECTED]> wrote:
 
> So, work has begun as of tonight on a next generation key handler for 
> blackbox. It will be written against the NETWM spec as much as possible. But, 
> we're not sure just what kind of feature people out there want in their 
> keyhandler. So, I'd like to take a bit of a poll.
> 
> Do you use the window list cycling currently found in bbkeys?

Ouh yeah!  Without alt-tabbing, I'd be lost.  FWIW, here's my
~/.bbkeysrc so you get an idea (hint: I do not use the mouse, except for
copy'n'paste):

,----[ my ~/.bbkeysrc ]
|
| KeyToGrab(KP_Add), WithModifier(Control), WithAction(MaximizeWindow)
| KeyToGrab(Up), WithModifier(Control+Shift), WithAction(BigNudgeUp)
| KeyToGrab(Down), WithModifier(Control+Shift), WithAction(BigNudgeDown)
| KeyToGrab(Left), WithModifier(Control+Shift), WithAction(BigNudgeLeft)
| KeyToGrab(Right), WithModifier(Control+Shift), WithAction(BigNudgeRight)
| KeyToGrab(Tab), WithModifier(Mod1), WithAction(NextWindow)
| KeyToGrab(Tab), WithModifier(Mod1+Shift), WithAction(PrevWindow)
| KeyToGrab(F11), WithModifier(none), WithAction(ShadeWindow)
| KeyToGrab(b), WithModifier(Mod1), WithAction(ExecCommand), DoThis(rxvt -ls -T Web -e 
|links)
| KeyToGrab(t), WithModifier(Mod1), WithAction(ExecCommand), DoThis(rxvt -ls)
| KeyToGrab(s), WithModifier(Mod1), WithAction(ExecCommand), DoThis(rxvt -ls -g 85x35 
|-e slrn)
| KeyToGrab(m), WithModifier(Mod1), WithAction(ExecCommand), DoThis(rxvt -ls -g 85x35 
|-e '/home/jschauma/bin/mutt.sh')
| KeyToGrab(F12), WithModifier(Control), WithAction(ExecCommand), DoThis(kill `ps ax | 
|grep [b]lackbox | awk '{print $1;}'`)
| KeyToGrab(F1), WithModifier(none), WithAction(ExecCommand), DoThis(mozilla&)
| KeyToGrab(F2), WithModifier(none), WithAction(ExecCommand), 
|DoThis(/usr/bin/X11/navigator&)
| KeyToGrab(Left), WithModifier(Control+Mod1), WithAction(LeftWorkspace)
| KeyToGrab(Right), WithModifier(Control+Mod1), WithAction(RightWorkspace)
| KeyToGrab(Up), WithModifier(Control+Mod1), WithAction(UpWorkspace)
| KeyToGrab(Down), WithModifier(Control+Mod1), WithAction(DownWorkspace)
|
`----

-Jan

-- 
A common mistake that people make when trying to design something completely
foolproof is to underestimate the ingenuity of complete fools.

Reply via email to