Problem's with the keyboard

Leonardo Lopes Pereira leonardo_lopes@linuxajuda.com.br
Tue, 13 Jan 2004 13:10:13 -0200 (BRST)


> On Mon, 12 Jan 2004, Leonardo Lopes Pereira wrote:
>
>> 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, s=
pecialy
>> in the KeyCode 77 ?
>
> Try this under Xserver:
>
> xmodmap -e "keycode 77 =3D Num_Lock Pointer_Enable_Keys"
>
xmodmap -e "keycode 77 =3D Num_Lock Pointer_Enable_Keys"
xmodmap:  commandline:0:  bad keysym name 'Pointer_Enable_Keys' in
keysym list
xmodmap:  1 error encountered, aborting.