On Mon, 1 Apr 2002 14:17:10 +1200, Matt Wilson
<[EMAIL PROTECTED]> wrote:
> Hi, Anyone know how to get bb / bbconf / bbkeys to recognize the
> "flying windows" key? I'm running out of places to bind keys, and
> getting my win key going would help a ton... ;-)
I did it using xmodmap ('xmodmap -e "keysym Super_L = Meta_L
Super_L"' and 'xmodmap -e "keysym Super_R = Meta_R Super_R"' in my
.xsession/.xinitrc) and then specifying Meta as the modifier in
.bbkeysrc. (I figured out that the win keys were Super_L and Super_R
using xev. Also, I'm using XFree86 4.2.0; under 4.1.0 they weren't
Super_L/R, but something like Multi-key.)
HTH.