On Mon, Jul 19, 2010 at 10:44:04PM -0200, Mauricio E. Silva wrote: > Don't get killed trying to find the problem... my > configuration file it's old and big, i'll will start a new > configuration from scratch and see what happen.
I don't suppose you're got a "non-standard" keyboard mapping? Perhaps one that isn't US or UK? I ask because the only thing left I can suggest is that you're calling setxkbmap or xmodmap before any XClients have started. I've said so many times before that if you are, you *must* start these programs before hand. If they're in StartFunction or something, shift them to ~/.xsession or ~/.xinit, as in: xmodmap blah & exec fvwm It is *not* enough to start these keyboard programs any other way, as FVWM never remaps the keys once X11 has loaded -- which can be the only thing which explains why restarting FVWM [0] works for you, despite the mappings looking OK. HTH, -- Thomas Adam [0] No, not a bug.
