Re: Problem's with the keyboard
Joel Dice <[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 12 Jan 2004, Leonardo Lopes Pereira wrote: > I think that I found where is the problem with my Num Lock. > > Look for the result of a xmodmap -pk > > - 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 X > Server to have the same configuration of the Xfree86, specialy in the > KeyCode 77 ? Try this under Xserver: xmodmap -e "keycode 77 = Num_Lock Pointer_Enable_Keys"