* David Terrell <[EMAIL PROTECTED]> [Feb 18. 2002 19:59]: > I don't know what the blackboxian name for this feature is, but I use it > frequently. Is there any way I can reduce the current window to just > its title bar from bbkeys? I'm trying to get completely set up with a > no-mouse-required existance.
You're looking for the token "ShadeWindow". So to put it on Alt-F4 the code in .bbkeysrc would be: KeyToGrab(F4), WithModifier(Mod1), WithAction(ShadeWindow) -- Mads Martin J�rgensen, http://mmj.dk "Why make things difficult, when it is possible to make them cryptic and totally illogic, with just a little bit more effort?" -- A. P. J.
