On Tue, 24 Jun 2003, 16:07:02 +0200, Manfred Hollstein wrote: > On Tue, 24 Jun 2003, 15:36:57 +0200, Jacques BEJA wrote: > > Hi all, > > > > I'm running a linux Redhat 9 with a french latin keyboard. The dot key on > > the numpad is writing a comma instead of a dot. How can I change this ? > > (This is the only key that has this kind of a problem) > > Apply the attached patch to /etc/X11/Xmodmap and restart the X server. Oops, disregard the patch; didn't read your posting properly. The attached patch would change behaviour to generate a comma instead of a dot. If you want the dot, however, just change the "KP_Separator" into "XK_period", but that's ignoring any locale related specialities as another poster already mentioned. > > Many thanks to anyone who can help. > > > > Jacques BEJA > --- ./etc/X11/Xmodmap.orig 2003-02-05 21:18:31.000000000 +0100 > +++ ./etc/X11/Xmodmap 2003-04-13 11:35:57.000000000 +0200 > @@ -23,3 +23,4 @@ > ! keycode 54 = c C cent > ! keycode 113 = Mode_switch Mode_switch Multi_key > > +keycode 91 = KP_Delete KP_Separator Cheers. l8er manfred