Problem's with the keyboard

Leonardo Lopes Pereira leonardo_lopes@linuxajuda.com.br
Mon, 12 Jan 2004 20:04:09 -0200 (BRST)


I think that I found where is the problem with my =93Num Lock=94.

Look for the result of a =93xmodmap -pk=94

- In the X Server -

     74         0xffc5 (F8)     0xffd1 (F20)
     75         0xffc6 (F9)
     76         0xffc7 (F10)
     77         0xff7f (Num_Lock)
     78         0xff14 (Scroll_Lock)
     79         0xffb7 (KP_7)
     80         0xffb8 (KP_8)

- I the Xfree -

     74         0xffc5 (F8)
     75         0xffc6 (F9)
     76         0xffc7 (F10)
     77         0xff7f (Num_Lock)        0xfef9 (Pointer_Enable_Keys)
     78         0xff14 (Scroll_Lock)
     79         0xff95 (KP_Home)         0xffb7 (KP_7)
     80         0xff97 (KP_Up)              0xffb8 (KP_8)

They differs in some parts, how can I configure the keyboard in the =93X
Server=94 to  have the same configuration of the =93Xfree86=94, specialy =
in the
KeyCode 77 ?