Re: weird keyboard problem
Joel Dice <[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver |
|---|---|
| Message-ID | <Pine.LNX.4.58.0401251153330.898@la> |
On Sun, 25 Jan 2004, thomas klein wrote: > my keyboard layout is good (french iso with accents) but i can't use > the 'shift' key Hi Thomas. Press the Shift key(s) while running xev to see what key codes are being generated. Then, check the outputs of "xmodmap -pk" and "xmodmap -pm" to see how those key codes are being interpreted and which keys are being interpreted as Shift modifiers. To fix the problem, you'll need to adjust your keymap using xmodmap. See "man xmodmap" for how to do this. - Joel