Hi all

> 
> but some enverment don't work good.
> My enverment cant see it.

It's numlock kye.

The orijinal blackbox cant raise on click too. when numlock pressed.
Is it only problem of japanese key bord ?

in 
src/Window.cc

      XGrabButton(display, Button1, 0, frame.plate, True, ButtonPressMask,
                GrabModeSync, GrabModeSync, None, None);

this line change to

        {
      XGrabButton(display, Button1, Mod2Mask, frame.plate, True,
ButtonPressMask,
               GrabModeSync, GrabModeSync, None, None);
      XGrabButton(display, Button1, 0, frame.plate, True, ButtonPressMask,
                GrabModeSync, GrabModeSync, None, None);
        }

then , if numlock kye pressed ,can raise on click.

new patch of Clickraise
http://member.nifty.ne.jp/naoki-k/blackbox-0.61.1.new.click.patch

sorry for recall lot of patch in short time.

Reply via email to