<< Finally, I think I understand what your problem is. How am I supposed to know that you have configured your paste key as a *modifier* key? >>
Actually I didnt configure Paste as a modifier key. The L8/Paste behavior comes w/ the system. << << > change: if (!FP_IS_LENIENT(FW_FOCUS_POLICY(fw)) && > !focus_does_accept_input_focus(fw) && sf != NULL && sf->Desk == > Scr.CurrentDesk) > > to: if (!FP_IS_LENIENT(FW_FOCUS_POLICY(fw)) && > !focus_does_accept_input_focus(fw) && (sf == NULL || sf->Desk == > Scr.CurrentDesk)) > >> With that patch: If the window that is supposed to receive focus is an xview window. AND No window has the focus yet. THEN The window will not get focused. That is just plain wrong. You will be unable to focus any xview window unless you focus another findow first. In order to fix a problem, I have to see it first. Style * IconBox 176 -60 -60 -5 >> Hmmmm.....Ive been using this and havent had any focus problem. The xview window does have (sf == NULL) and appears to want a return of FALSE. FVWMIdent says Glabally Active, Input Field False, WM_TAKE_FOCUS Present. << Sigh! You cut out all the relevant parts from the config. With the one you sent, icons are *supposed* to appear in the top left corner. >> Ack!!! Style * IconBox 176 -60 -60 -5 -- Visit the official FVWM web page at <URL:http://www.fvwm.org/>. To unsubscribe from the list, send "unsubscribe fvwm-workers" in the body of a message to [EMAIL PROTECTED] To report problems, send mail to [EMAIL PROTECTED]